mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
more commas
This commit is contained in:
parent
09dc9854cd
commit
823b679232
@ -42,7 +42,7 @@ def evaluator_for_room_id(room_id, store):
|
||||
uid: baserules.list_with_base_rules(
|
||||
[decode_rule_json(rule_list) for rule_list in rules_by_user[uid]]
|
||||
if uid in rules_by_user else [],
|
||||
UserID.from_string(uid)
|
||||
UserID.from_string(uid),
|
||||
)
|
||||
for uid in users
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user