From d689204aa6714fa12720b0ed3f5ea1c7f4baaf87 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 18 Jul 2024 11:52:14 +0100 Subject: Add docstring --- synapse/types/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'synapse') diff --git a/synapse/types/__init__.py b/synapse/types/__init__.py index 23ac1842f8..53401ade84 100644 --- a/synapse/types/__init__.py +++ b/synapse/types/__init__.py @@ -1145,6 +1145,12 @@ class SlidingSyncStreamToken: This then looks something like: 5/s2633508_17_338_6732159_1082514_541479_274711_265584_1_379 + + Attributes: + stream_token: Token representing the position of all the standard + streams. + connection_token: Token used by sliding sync to track updates to any + per-connection state stored by Synapse. """ stream_token: StreamToken -- cgit 1.5.1