diff options
author | Erik Johnston <erik@matrix.org> | 2018-06-01 11:51:11 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-06-01 11:51:11 +0100 |
commit | 9e7cf48461ac773cb6661465ab9cf0cf7a190c8d (patch) | |
tree | 5a91a7ce58aeb058e2c426d14871431e8ab3740c /synapse/storage/stream.py | |
parent | Don't drop topo ordering when there is no chunk_id (diff) | |
download | synapse-9e7cf48461ac773cb6661465ab9cf0cf7a190c8d.tar.xz |
Reuse stream_ordering attribute instead of order
The internal metadata "order" attribute was only used in one place, which was equivalent to using the stream ordering anyway.
Diffstat (limited to 'synapse/storage/stream.py')
-rw-r--r-- | synapse/storage/stream.py | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/synapse/storage/stream.py b/synapse/storage/stream.py |