mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 01:25:44 +03:00
Add TODO
This commit is contained in:
parent
651e520292
commit
8d1d8f9b3b
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue