Skip to content
Snippets Groups Projects
Commit e8657b4f authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

do not count not in roster contacts in online / total users. see #2801

parent badf46a8
No related branches found
No related tags found
No related merge requests found
......@@ -268,6 +268,8 @@ class Contacts:
# do not count transports
continue
contact = self.get_contact_with_highest_priority(account, jid)
if _('Not in roster') in contact.groups:
continue
in_groups = False
if groups == []:
in_groups = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment