GNOME Bugzilla – Bug 720814
Sometimes all members join after the user connect to a room
Last modified: 2013-12-20 11:33:39 UTC
Sometimes, after the user connect a channel, telephaty trigger member-joined signal for each contact, so you end with a bunch of "X joined" messages at the same time. That's something that was also happening in empathy. I guess this is something telepathy should handle better with a timeout or something. But I wonder if maybe it is easier/quick to add a timeout on our side on room connection to show those messages.
Created attachment 264608 [details] [review] chatView: Add timeout for "member joined" messages Sometimes telepathy triggers 'member-joined' signals for each member inmediately after connecting to a room. Add a tiemout to prevent this.
Review of attachment 264608 [details] [review]: We already do that (see IGNORE_STATUS_TIME in chatView.js), though apparently 5 seconds is still not enough in some cases ...
See bug 710006 for the original report.
Oh true, didn't see that bug report. And also didn't see the code. How about 10 seconds?
*** This bug has been marked as a duplicate of bug 710006 ***