This commit is contained in:
Eric Eastwood 2024-05-30 15:54:27 -05:00
parent c069522881
commit 212ea3568a

View file

@ -503,7 +503,9 @@ class SlidingSyncHandler:
"""
user_id = user.to_string()
# TODO: Apply filters
# TODO: Re-order filters so that the easiest, most likely to eliminate rooms,
# are first. This way when people use multiple filters, we can eliminate rooms
# and do less work for the subsequent filters.
#
# TODO: Exclude partially stated rooms unless the `required_state` has
# `["m.room.member", "$LAZY"]`