mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Correctly name transaction
This commit is contained in:
parent
b8940cd902
commit
d9cc5de9e5
@ -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 New Issue
Block a user