From d254167e193cce5ce9067f1bceb316b2af1cb6ef Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Mon, 1 Jun 2026 16:04:21 +0300 Subject: [PATCH] Clarify in `_generate_sync_entry_for_profile_updates` that only local profiles will be returned --- synapse/handlers/sync.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py index 6920a60759..7733124c04 100644 --- a/synapse/handlers/sync.py +++ b/synapse/handlers/sync.py @@ -2186,6 +2186,8 @@ class SyncHandler: Build a sync entry for profile updates and attach it to the given `sync_result_builder`. + Currently only local profiles updates will be included in the sync response. + Args: sync_result_builder: """