mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-17 14:30:15 -04:00
Disable presence
This reverts commit 0ebd376a53
and
disables presence a bit more
This commit is contained in:
parent
66dcbf47a3
commit
43bb12e640
6 changed files with 14 additions and 7 deletions
|
@ -620,7 +620,7 @@ class SyncHandler(object):
|
|||
since_token is None and
|
||||
sync_config.filter_collection.blocks_all_presence()
|
||||
)
|
||||
if not block_all_presence_data:
|
||||
if False and not block_all_presence_data:
|
||||
yield self._generate_sync_entry_for_presence(
|
||||
sync_result_builder, newly_joined_rooms, newly_joined_users
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue