From 43bb12e640ce1563541b246bffe09870d43892ea Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 5 May 2017 11:02:34 +0100 Subject: Disable presence This reverts commit 0ebd376a53bb75ade6d65db2d716478758c2c9f0 and disables presence a bit more --- synapse/handlers/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse/handlers/sync.py') diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py index 51ec727df0..1e8a50514b 100644 --- a/synapse/handlers/sync.py +++ b/synapse/handlers/sync.py @@ -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 ) -- cgit 1.5.1