Skip to content
Snippets Groups Projects
Commit d9cc5de9 authored by Erik Johnston's avatar Erik Johnston
Browse files

Correctly name transaction

parent b8940cd9
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ class EventFederationStore(SQLBaseStore):
"room_id": room_id,
},
retcol="event_id",
desc="get_latest_events_in_room",
desc="get_latest_event_ids_in_room",
)
def _get_latest_events_in_room(self, txn, room_id):
......
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