Closed bodqhrohro closed 6 years ago
You're in luck : the number of members is present in the messages supplied by the server. PR #598 solves this .
Great, it works, thank you. However, not for every chat; some of them, mostly old ones, don't have a counter.
You can close this as https://github.com/EionRobb/skype4pidgin/pull/598 has been merged.
You can close this as #598 has been merged.
Okay, I made some debugging and now see that old chats just lack the threadProperties.membercount
attribute for some reason. So this is probably everything that could be done.
Yes, I reached the same conclusion while writing this patch : the server just doesn't return the data for some of the chats. Maybe it would be possible to work around this by asking each room for all the members and then returning the count, but I haven't investigated it further.
F.e., for IRC channels the following column is displayed: But there is no such column for Skype group chats. Can it be easily added or it would lead to expensive requests for every chat separately?