Merge remote-tracking branch 'origin/release-v1.75' into develop

This commit is contained in:
Richard van der Hoff 2023-01-12 16:45:23 +00:00
commit 0f061f39f0
5 changed files with 61 additions and 13 deletions

View file

@ -1793,10 +1793,6 @@ class SyncHandler:
- newly_left_users
"""
# If the request doesn't care about rooms then nothing to do!
if sync_result_builder.sync_config.filter_collection.blocks_all_rooms():
return set(), set(), set(), set()
since_token = sync_result_builder.since_token
# 1. Start by fetching all ephemeral events in rooms we've joined (if required).