removed erroneous break from add user loop

This commit is contained in:
Daniel Schick 2025-01-07 07:47:57 +01:00
parent 710e21e567
commit e103743d5e

View File

@ -184,7 +184,7 @@ def SendNotifications():
if not participant.id in users_dict:
users_dict[participant.id] = []
users_dict[participant.id].append(user)
break
# break
for notification in data: