0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-06 08:29:04 +02:00
This commit is contained in:
Erik Johnston 2016-05-31 15:45:53 +01:00
parent cca0093fa9
commit 1d4ee854e2

View file

@ -94,7 +94,7 @@ class PushRuleStore(SQLBaseStore):
defer.returnValue({})
results = {
user_id: []
user_id: {}
for user_id in user_ids
}