diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-29 15:08:22 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-10-29 15:08:22 +0000 |
commit | 2c35ffead257171d195f228bafd0d65b917e2165 (patch) | |
tree | f34e80db36883adfc9623079f72f847def223ae5 /synapse/storage | |
parent | Make concurrently_execute work with async/await (diff) | |
download | synapse-2c35ffead257171d195f228bafd0d65b917e2165.tar.xz |
Port receipt and read markers to async/wait
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/data_stores/main/events.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/synapse/storage/data_stores/main/events.py b/synapse/storage/data_stores/main/events.py |