mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-22 02:33:58 +01:00
Correctly name transaction
This commit is contained in:
parent
b8940cd902
commit
d9cc5de9e5
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class EventFederationStore(SQLBaseStore):
|
||||||
"room_id": room_id,
|
"room_id": room_id,
|
||||||
},
|
},
|
||||||
retcol="event_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):
|
def _get_latest_events_in_room(self, txn, room_id):
|
||||||
|
|
Loading…
Reference in a new issue