diff options
author | Erik Johnston <erik@matrix.org> | 2021-03-15 15:34:13 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-03-15 15:34:13 +0000 |
commit | 2e09e2163e6c8e699b95c63c9a2ce34d3486cb6f (patch) | |
tree | 93eca42184097526137b0f07ea81a0ee98e594c7 | |
parent | Fix remaining mypy issues due to Twisted upgrade. (#9608) (diff) | |
download | synapse-2e09e2163e6c8e699b95c63c9a2ce34d3486cb6f.tar.xz |
Only send catch up events if they're the latest in the room
-rw-r--r-- | synapse/storage/databases/main/transactions.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/storage/databases/main/transactions.py b/synapse/storage/databases/main/transactions.py |