mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Set the group to avoid dupes in ejabberd
This commit is contained in:
@@ -134,7 +134,7 @@ class JabberService(BaseService):
|
||||
return True
|
||||
else:
|
||||
if len(users):
|
||||
for u in users:
|
||||
for u in set(users):
|
||||
msg.setTo(u)
|
||||
self.send_message(self.settings['jabber_announce_from'], msg)
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user