mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-09 17:36:59 +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({})
|
defer.returnValue({})
|
||||||
|
|
||||||
results = {
|
results = {
|
||||||
user_id: []
|
user_id: {}
|
||||||
for user_id in user_ids
|
for user_id in user_ids
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue