diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-01-17 15:57:07 +0100 |
---|---|---|
committer | Mathieu Velten <mathieuv@matrix.org> | 2023-01-17 15:57:07 +0100 |
commit | 1cca9eb32b7eef35b6c016af0ed67fd4ed72318e (patch) | |
tree | 5ee7d1c25014d53a0c45cb53d87d2c75d80dab7e | |
parent | typo un_partial_state vs un_partial_stated (diff) | |
download | synapse-1cca9eb32b7eef35b6c016af0ed67fd4ed72318e.tar.xz |
Address comment
-rw-r--r-- | synapse/types/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/types/__init__.py b/synapse/types/__init__.py index a45d7cf2e6..dfea825d98 100644 --- a/synapse/types/__init__.py +++ b/synapse/types/__init__.py @@ -634,7 +634,7 @@ class StreamToken: """A collection of keys joined together by underscores in the following order and which represent the position in their respective streams. - ex. `s2633508_17_338_6732159_1082514_541479_274711_265584_1` + ex. `s2633508_17_338_6732159_1082514_541479_274711_265584_1_379` 1. `room_key`: `s2633508` which is a `RoomStreamToken` - `RoomStreamToken`'s can also look like `t426-2633508` or `m56~2.58~3.59` - See the docstring for `RoomStreamToken` for more details. |