mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-04 10:21:26 +00:00
Fix replication of profile updates to the right stream writer
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user