summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-02-11 13:25:26 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-02-11 13:25:26 (GMT)
commitca01b263f9feea11822e41ccf94b01d3e38e5817 (patch)
tree8c20bc0b3b6541cf70c80b41f87c9681fbeb167c /Swift/Controllers/Chat/MUCController.h
parente81caa93d528bf7e73e66057093814371a538bf2 (diff)
downloadswift-ca01b263f9feea11822e41ccf94b01d3e38e5817.zip
swift-ca01b263f9feea11822e41ccf94b01d3e38e5817.tar.bz2
Don't mark MUC Context as unread.
Resolves: #724 Release-Notes: Historical messages received when joining a room will no longer be marked as unread.
Diffstat (limited to 'Swift/Controllers/Chat/MUCController.h')
-rw-r--r--Swift/Controllers/Chat/MUCController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/Chat/MUCController.h b/Swift/Controllers/Chat/MUCController.h
index 374ad79..258b730 100644
--- a/Swift/Controllers/Chat/MUCController.h
+++ b/Swift/Controllers/Chat/MUCController.h
@@ -90,6 +90,7 @@ namespace Swift {
bool joined_;
bool lastWasPresence_;
bool shouldJoinOnReconnect_;
+ bool doneGettingHistory_;
boost::bsignals::scoped_connection avatarChangedConnection_;
boost::shared_ptr<Timer> loginCheckTimer_;
std::set<String> currentOccupants_;