Merge branch 'erikj/push_rules_cache' of github.com:matrix-org/synapse into erikj/timings
commit
fd3108fda6
|
@ -94,7 +94,7 @@ class PushRuleStore(SQLBaseStore):
|
|||
defer.returnValue({})
|
||||
|
||||
results = {
|
||||
user_id: []
|
||||
user_id: {}
|
||||
for user_id in user_ids
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue