diff options
author | Kevin Smith <git@kismith.co.uk> | 2011-02-11 13:29:28 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2011-02-11 13:29:28 (GMT) |
commit | f5e9fb9032bb90ec0ca622f4afb97ba9a479e43d (patch) | |
tree | a2a73c37b729aacfea70ed210a9b43d17804ec76 | |
parent | ca01b263f9feea11822e41ccf94b01d3e38e5817 (diff) | |
download | swift-contrib-f5e9fb9032bb90ec0ca622f4afb97ba9a479e43d.zip swift-contrib-f5e9fb9032bb90ec0ca622f4afb97ba9a479e43d.tar.bz2 |
Fix for last commit so rejoins with new content do trigger unread messages
-rw-r--r-- | Swift/Controllers/Chat/MUCController.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Swift/Controllers/Chat/MUCController.cpp b/Swift/Controllers/Chat/MUCController.cpp index 156c6a2..0ed2b35 100644 --- a/Swift/Controllers/Chat/MUCController.cpp +++ b/Swift/Controllers/Chat/MUCController.cpp @@ -97,7 +97,6 @@ void MUCController::rejoin() { if (parting_) { joined_ = false; parting_ = false; - doneGettingHistory_ = false; //FIXME: check for received activity if (lastActivity_ == boost::posix_time::not_a_date_time) { muc_->joinAs(nick_); |