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({})
|
defer.returnValue({})
|
||||||
|
|
||||||
results = {
|
results = {
|
||||||
user_id: []
|
user_id: {}
|
||||||
for user_id in user_ids
|
for user_id in user_ids
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue