diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-04-26 16:52:12 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-04-26 16:52:12 (GMT) |
commit | bc08209eedf8a8a9f2506420384201e2bd0035d4 (patch) | |
tree | eafae0f103389d6e1f1511dfe363b39395a2e4f2 /Swift/Controllers/Chat/ChatControllerBase.h | |
parent | 4a1f206b0f8d4926b3a61cc8d7aad217761e52f6 (diff) | |
download | swift-contrib-bc08209eedf8a8a9f2506420384201e2bd0035d4.zip swift-contrib-bc08209eedf8a8a9f2506420384201e2bd0035d4.tar.bz2 |
Only include targeted messages in the Chats view count for MUCs.
Resolves: #935
Diffstat (limited to 'Swift/Controllers/Chat/ChatControllerBase.h')
-rw-r--r-- | Swift/Controllers/Chat/ChatControllerBase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/Chat/ChatControllerBase.h b/Swift/Controllers/Chat/ChatControllerBase.h index 8a8161d..7dd339c 100644 --- a/Swift/Controllers/Chat/ChatControllerBase.h +++ b/Swift/Controllers/Chat/ChatControllerBase.h @@ -91,6 +91,7 @@ namespace Swift { protected: JID selfJID_; std::vector<boost::shared_ptr<StanzaEvent> > unreadMessages_; + std::vector<boost::shared_ptr<StanzaEvent> > targetedUnreadMessages_; StanzaChannel* stanzaChannel_; IQRouter* iqRouter_; ChatWindowFactory* chatWindowFactory_; |