From 352efe18c9fff09e3ea8e35f7aa110851ae3f1d3 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Fri, 29 May 2026 11:55:03 +0300 Subject: [PATCH] Fix replication of profile updates to the right stream writer --- 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 c5e5448f8e..c967a45c55 100644 --- a/synapse/replication/http/profile.py +++ b/synapse/replication/http/profile.py @@ -61,6 +61,7 @@ class ReplicationProfileSetFieldValue(ReplicationEndpoint): @staticmethod async def _serialize_payload( # type: ignore[override] + user_id: str, requester_id: str, field_name: str, new_value: str,