mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-25 18:34:04 +00:00
Log when we delete room in bg update (#6816)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Add background update to clean out left rooms from current state.
|
||||
@@ -365,6 +365,8 @@ class MainStateBackgroundUpdateStore(RoomMemberWorkerStore):
|
||||
|
||||
left_rooms = set(room_ids) - joined_room_ids
|
||||
|
||||
logger.info("Deleting current state left rooms: %r", left_rooms)
|
||||
|
||||
# First we get all users that we still think were joined to the
|
||||
# room. This is so that we can mark those device lists as
|
||||
# potentially stale, since there may have been a period where the
|
||||
|
||||
Reference in New Issue
Block a user