GNOME Bugzilla – Bug 736349
rejoining channel shows all participants joining
Last modified: 2014-09-22 18:39:13 UTC
When I open up Polari with all my channels open, as soon as I reconnect I'll see two pages worth of "user XY joned". Users joining is a very unimportant message and this case even more so.
Created attachment 286717 [details] [review] chatView: Update join time on channel changes The code introduced in commit d2bbe17a76578e to prevent status messages flooding the chat log when connecting broke when we decoupled rooms and channels - rather than setting the join time once on room creation, we need to update it every time we get a connection established (i.e. a channel).
Attachment 286717 [details] pushed as 495d62e - chatView: Update join time on channel changes