mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-05 08:01:42 +00:00
Deduplicate presence entries in sync (#818)
This commit is contained in:
@@ -637,6 +637,9 @@ class SyncHandler(object):
|
||||
)
|
||||
presence.extend(states)
|
||||
|
||||
# Deduplicate the presence entries so that there's at most one per user
|
||||
presence = {p["content"]["user_id"]: p for p in presence}.values()
|
||||
|
||||
presence = sync_config.filter_collection.filter_presence(
|
||||
presence
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user