From e4c35cef26c7a4dbc5b3ed372bba55538248805b Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Thu, 28 May 2026 22:13:54 +0300 Subject: [PATCH] Add missing value to docstring --- synapse/replication/http/profile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/synapse/replication/http/profile.py b/synapse/replication/http/profile.py index ccefc4ed4a..93b7be2d07 100644 --- a/synapse/replication/http/profile.py +++ b/synapse/replication/http/profile.py @@ -41,6 +41,7 @@ class ReplicationProfileSetFieldValue(ReplicationEndpoint): "new_value": "User Display Name", "by_admin": False, "propagate": False, + "authenticated_entity": "@admin:domain.tld", } 200 OK