summary refs log tree commit diff
path: root/synapse/storage/event_push_actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/storage/event_push_actions.py')
-rw-r--r--synapse/storage/event_push_actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/event_push_actions.py b/synapse/storage/event_push_actions.py

index 3269834e2f..88737b7a6c 100644 --- a/synapse/storage/event_push_actions.py +++ b/synapse/storage/event_push_actions.py
@@ -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