Reenable presence

This commit is contained in:
hera 2017-05-03 08:48:47 +00:00
parent 05e62e0478
commit 0ebd376a53
3 changed files with 1 additions and 6 deletions

View file

@ -539,7 +539,7 @@ class SyncHandler(object):
since_token is None and
sync_config.filter_collection.blocks_all_presence()
)
if False or not block_all_presence_data:
if not block_all_presence_data:
yield self._generate_sync_entry_for_presence(
sync_result_builder, newly_joined_rooms, newly_joined_users
)