diff options
author | Erik Johnston <erik@matrix.org> | 2021-09-06 10:14:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-06 10:14:07 +0100 |
commit | 2ca0d64854b0d369785f1cb76915a480df445792 (patch) | |
tree | 30c7dd9984dc7bac7d8c946091ca4504024711e6 /synapse/storage/databases | |
parent | Allow room creator to send MSC2716 related events in existing room versions (... (diff) | |
download | synapse-2ca0d64854b0d369785f1cb76915a480df445792.tar.xz |
Speed up persisting redacted events (#10756)
Diffstat (limited to 'synapse/storage/databases')
-rw-r--r-- | synapse/storage/databases/main/events.py | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/synapse/storage/databases/main/events.py b/synapse/storage/databases/main/events.py |