Skip to content
Snippets Groups Projects
Commit f73fdb04 authored by David Baker's avatar David Baker
Browse files

Style

parent 3a4120e4
No related branches found
No related tags found
No related merge requests found
...@@ -192,7 +192,7 @@ class EventPushActionsStore(SQLBaseStore): ...@@ -192,7 +192,7 @@ class EventPushActionsStore(SQLBaseStore):
"actions": json.loads(row[3]), "actions": json.loads(row[3]),
"received_ts": row[4], "received_ts": row[4],
} for row in after_read_receipt + no_read_receipt } for row in after_read_receipt + no_read_receipt
][0:limit]) ][:limit])
@defer.inlineCallbacks @defer.inlineCallbacks
def get_time_of_last_push_action_before(self, stream_ordering): def get_time_of_last_push_action_before(self, stream_ordering):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment