This commit is contained in:
David Baker 2016-04-13 14:23:27 +01:00
parent 54d08c8868
commit 767fc0b739

View file

@ -176,7 +176,7 @@ class EventPushActionsStore(SQLBaseStore):
"event_id": row[0],
"stream_ordering": row[1],
"actions": json.loads(row[2]),
} for row in after_read_receipt+no_read_receipt
} for row in after_read_receipt + no_read_receipt
])
@defer.inlineCallbacks