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