This commit is contained in:
Erik Johnston 2024-08-23 11:34:17 +01:00
parent 651e520292
commit 8d1d8f9b3b

View file

@ -377,6 +377,8 @@ class SlidingSyncHandler:
room_id: sync_room_map[room_id] room_id: sync_room_map[room_id]
for room_id in previous_found_rooms for room_id in previous_found_rooms
} }
# TODO: Record changes to the list.
else: else:
filtered_sync_room_map = sync_room_map filtered_sync_room_map = sync_room_map
if list_config.filters is not None: if list_config.filters is not None: