mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-14 07:30:49 -05:00
s/get_room_version/get_room_version_id/
... to make way for a forthcoming get_room_version which returns a RoomVersion object.
This commit is contained in:
parent
46a446828d
commit
d7bf793cc1
12 changed files with 37 additions and 33 deletions
|
|
@ -661,7 +661,7 @@ class EventsPersistenceStorage(object):
|
|||
break
|
||||
|
||||
if not room_version:
|
||||
room_version = await self.main_store.get_room_version(room_id)
|
||||
room_version = await self.main_store.get_room_version_id(room_id)
|
||||
|
||||
logger.debug("calling resolve_state_groups from preserve_events")
|
||||
res = await self._state_resolution_handler.resolve_state_groups(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue