pull/805/head
Erik Johnston 2016-05-31 15:45:53 +01:00
parent cca0093fa9
commit 1d4ee854e2
1 changed files with 1 additions and 1 deletions

View File

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