summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-06-06 11:09:38 +0100
committerErik Johnston <erik@matrix.org>2019-06-06 11:09:38 +0100
commit7f08a3523a2018b66cd96cccf30602c8f687b495 (patch)
tree2035a88f5c8e720449f0073c26da5299c1485304
parentNewsfile (diff)
downloadsynapse-7f08a3523a2018b66cd96cccf30602c8f687b495.tar.xz
Better words
-rw-r--r--synapse/storage/stream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/stream.py b/synapse/storage/stream.py

index 0b5f5f9663..6f7f65d96b 100644 --- a/synapse/storage/stream.py +++ b/synapse/storage/stream.py
@@ -592,7 +592,7 @@ class StreamWorkerStore(EventsWorkerStore, SQLBaseStore): ) def get_max_topological_token(self, room_id, stream_key): - """Get the max topological token in a room that before given stream + """Get the max topological token in a room before the given stream ordering. Args: