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