fix attribute name. Fixes #5448
This commit is contained in:
parent
7eb24c3c53
commit
6c4724f53f
|
@ -1877,7 +1877,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
|
||||||
for group in contact.groups:
|
for group in contact.groups:
|
||||||
if group not in groups:
|
if group not in groups:
|
||||||
same_groups = False
|
same_groups = False
|
||||||
if contact.subscription in ('both', 'to') and same_groups:
|
if contact.sub in ('both', 'to') and same_groups:
|
||||||
continue
|
continue
|
||||||
exchange_items_list[jid] = []
|
exchange_items_list[jid] = []
|
||||||
exchange_items_list[jid].append(name)
|
exchange_items_list[jid].append(name)
|
||||||
|
|
Loading…
Reference in New Issue