summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-07-09 19:00:30 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-07-09 19:00:30 (GMT)
commit3e154a0c3eae309acecdfe7524cfe1e1ca95386a (patch)
treef118f8cdb62494370d93ac743cde92a02360b586 /Swift/Controllers/Chat/MUCController.cpp
parent26ac55fc087fb49abbdd164e125e41207e66f9fd (diff)
downloadswift-3e154a0c3eae309acecdfe7524cfe1e1ca95386a.zip
swift-3e154a0c3eae309acecdfe7524cfe1e1ca95386a.tar.bz2
Track when a user joins a MUC for the ChatList
Diffstat (limited to 'Swift/Controllers/Chat/MUCController.cpp')
-rw-r--r--Swift/Controllers/Chat/MUCController.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/Chat/MUCController.cpp b/Swift/Controllers/Chat/MUCController.cpp
index 2ac6109..93ceb13 100644
--- a/Swift/Controllers/Chat/MUCController.cpp
+++ b/Swift/Controllers/Chat/MUCController.cpp
@@ -185,6 +185,7 @@ void MUCController::handleJoinComplete(const std::string& nick) {
clearPresenceQueue();
shouldJoinOnReconnect_ = true;
setEnabled(true);
+ onUserJoined();
}
void MUCController::handleAvatarChanged(const JID& jid) {