Update synapse/config/workers.py

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
Jason Robinson
2026-07-15 13:25:43 +03:00
committed by GitHub
co-authored by Andrew Morgan
parent cbe7c81727
commit edc8624a64
+1 -1
View File
@@ -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.)