mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-14 21:15:12 +00:00
Comment that we should use MultiWriterStreamToken
Links https://github.com/element-hq/synapse/issues/19661
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user