From edc8624a64591bf014729f09189f4e2d8b1a6b8f Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Wed, 15 Jul 2026 13:25:43 +0300 Subject: [PATCH] Update synapse/config/workers.py Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> --- synapse/config/workers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/config/workers.py b/synapse/config/workers.py index 171109da6b..c92534b799 100644 --- a/synapse/config/workers.py +++ b/synapse/config/workers.py @@ -127,7 +127,7 @@ class WriterLocations: """Specifies the instances that write various streams. Attributes: - events: The instances that write to the event, backfill, `sticky_events` and + events: The instances that write to the `event`, `backfill`, `sticky_events` and `profile_updates` streams. (`sticky_events` and `profile_updates` are written to during event persistence so must be handled by the same stream writers.)