diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-31 11:17:23 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-10-31 11:17:23 +0000 |
commit | c6bcd388414c88fff1418de072af60906c001a10 (patch) | |
tree | 9a235683aa3ec96cf2b309a08040d56ea973f387 | |
parent | Remove usage of deprecated logger.warn method from codebase (#6271) (diff) | |
download | synapse-c6bcd388414c88fff1418de072af60906c001a10.tar.xz |
Fix /purge_room API.
It fails trying to clean the `topic` table which was recently removed.
-rw-r--r-- | synapse/storage/data_stores/main/events.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/data_stores/main/events.py b/synapse/storage/data_stores/main/events.py |