mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-09 09:26:50 +00:00
Fix typo
This commit is contained in:
parent
cca0093fa9
commit
1d4ee854e2
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class PushRuleStore(SQLBaseStore):
|
|||
defer.returnValue({})
|
||||
|
||||
results = {
|
||||
user_id: []
|
||||
user_id: {}
|
||||
for user_id in user_ids
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue