mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-08 23:42:18 -04:00
Fix /purge_room API.
It fails trying to clean the `topic` table which was recently removed.
This commit is contained in:
parent
54fef094b3
commit
c6bcd38841
1 changed files with 0 additions and 1 deletions
|
@ -1838,7 +1838,6 @@ class EventsStore(
|
||||||
"room_stats_earliest_token",
|
"room_stats_earliest_token",
|
||||||
"rooms",
|
"rooms",
|
||||||
"stream_ordering_to_exterm",
|
"stream_ordering_to_exterm",
|
||||||
"topics",
|
|
||||||
"users_in_public_rooms",
|
"users_in_public_rooms",
|
||||||
"users_who_share_private_rooms",
|
"users_who_share_private_rooms",
|
||||||
# no useful index, but let's clear them anyway
|
# no useful index, but let's clear them anyway
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue