After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 736349 - rejoining channel shows all participants joining
rejoining channel shows all participants joining
Status: RESOLVED FIXED
Product: polari
Classification: Applications
Component: general
3.13.x
Other Linux
: Normal minor
: ---
Assigned To: Polari maintainers
Polari maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-09 18:00 UTC by Jakub Steiner
Modified: 2014-09-22 18:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
chatView: Update join time on channel changes (1.40 KB, patch)
2014-09-21 00:35 UTC, Florian Müllner
committed Details | Review

Description Jakub Steiner 2014-09-09 18:00:47 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.
Comment 1 Florian Müllner 2014-09-21 00:35:53 UTC
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).
Comment 2 Florian Müllner 2014-09-22 18:39:09 UTC
Attachment 286717 [details] pushed as 495d62e - chatView: Update join time on channel changes