mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-19 08:07:52 -04:00
Change EventContext to use the Storage class (#6564)
This commit is contained in:
parent
0b5dbadd96
commit
fa780e9721
15 changed files with 64 additions and 53 deletions
|
@ -184,7 +184,7 @@ class RoomCreationHandler(BaseHandler):
|
|||
requester, tombstone_event, tombstone_context
|
||||
)
|
||||
|
||||
old_room_state = yield tombstone_context.get_current_state_ids(self.store)
|
||||
old_room_state = yield tombstone_context.get_current_state_ids()
|
||||
|
||||
# update any aliases
|
||||
yield self._move_aliases_to_new_room(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue