Comment that we should use MultiWriterStreamToken

Links https://github.com/element-hq/synapse/issues/19661
This commit is contained in:
Olivier 'reivilibre
2026-05-13 17:44:39 +01:00
parent 2b42e54900
commit 12c8d8ae5f
+2
View File
@@ -130,6 +130,8 @@ class SlidingSyncStickyEventsToken:
START: ClassVar["SlidingSyncStickyEventsToken"]
def __init__(self, *, sticky_events_stream_id: int) -> None:
# FIXME: We should use MultiWriterStreamToken here
# Track: https://github.com/element-hq/synapse/issues/19661
self.sticky_events_stream_id = sticky_events_stream_id
@classmethod