0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-21 14:43:53 +01:00

Correctly name transaction

This commit is contained in:
Erik Johnston 2015-05-05 10:24:10 +01:00
parent b8940cd902
commit d9cc5de9e5

View file

@ -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):