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 /synapse | |
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.
Diffstat (limited to 'synapse')
-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 index a4dab86a13..64a8a05279 100644 --- a/synapse/storage/data_stores/main/events.py +++ b/synapse/storage/data_stores/main/events.py @@ -1838,7 +1838,6 @@ class EventsStore( "room_stats_earliest_token", "rooms", "stream_ordering_to_exterm", - "topics", "users_in_public_rooms", "users_who_share_private_rooms", # no useful index, but let's clear them anyway |