Bug 306650 - Notifications are emitted for backlog messages
Summary: Notifications are emitted for backlog messages
Status: RESOLVED FIXED
Alias: None
Product: telepathy
Classification: Frameworks and Libraries
Component: text-ui (show other bugs)
Version: 0.5.0
Platform: unspecified Linux
: NOR normal
Target Milestone: Future
Assignee: Telepathy Bugs
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2012-09-12 08:42 UTC by David Edmundson
Modified: 2013-03-03 05:05 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 0.6.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Edmundson 2012-09-12 08:42:23 UTC
We should check Tp::RecievedMessage::isScrollback() and not emit notifications if this is true.

(original report)
In fact, with xmpp and multi user chat, you configure the server to send the history of a room when a user join it:  http://xmpp.org/extensions/xep-0045.html#enter-history

I'm using a server which sends the last week of history, so when I join a chatroom, telepathy spawns thousands of notifications during at least 1 or 2 minutes.