GNOME Bugzilla – Bug 710655
not seeing everyone in a room
Last modified: 2013-10-28 22:26:18 UTC
Created attachment 257851 [details] screenshot (polari) In Polari I'm seeing 23 people in a room where in XChat I see 75.
Created attachment 257852 [details] screenshot (xchat)
Created attachment 258356 [details] [review] userList: Fix user count We currently set/update the user count according to the number of rows in the list. As we shortcut setting/updating the header in case it's unneeded, we can end up with a count that is less than the actual number of users. To fix, base the counter on the number of users rather than widgets, and make sure to always update it on room member changes.
Attachment 258356 [details] pushed as 902796f - userList: Fix user count