mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 14:45:01 -04:00
Populate rooms.creator
field for easy lookup (#10697)
Part of https://github.com/matrix-org/synapse/pull/10566 - Fill in creator whenever we insert into the rooms table - Add background update to backfill any missing creator values
This commit is contained in:
parent
e059094119
commit
dc75fb7f05
6 changed files with 213 additions and 4 deletions
|
@ -507,6 +507,7 @@ class FederationHandler(BaseHandler):
|
|||
await self.store.upsert_room_on_join(
|
||||
room_id=room_id,
|
||||
room_version=room_version_obj,
|
||||
auth_events=auth_chain,
|
||||
)
|
||||
|
||||
max_stream_id = await self._persist_auth_tree(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue