Skip to content
Snippets Groups Projects
Commit 0fca2f63 authored by steve-e's avatar steve-e
Browse files

Count observers correctly.

parent ef2a936b
No related branches found
No related tags found
No related merge requests found
......@@ -303,6 +303,8 @@ class Contacts:
# Transports group
if common.gajim.jid_is_transport(jid):
contact_groups = [_('Transports')]
if contact.is_observer():
contact_groups = [_('Observers')]
else:
contact_groups = [_('General')]
for group in groups:
......
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