diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-07-07 14:20:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 14:20:40 +0100 |
commit | 76dbd7b8d62beb10ee9304000fad62f65ba23876 (patch) | |
tree | 9ea190b3f4b6054a938811dfcbad8ad4cba9dcaf /tests/rest/admin/test_room.py | |
parent | Refactor getting replication updates from database v2. (#7740) (diff) | |
download | synapse-76dbd7b8d62beb10ee9304000fad62f65ba23876.tar.xz |
Stop populating unused table `local_invites`. (#7793)
This table is no longer used, so we may as well stop populating it. Removing it would prevent people rolling back to older releases of Synapse, so that can happen in a future release.
Diffstat (limited to 'tests/rest/admin/test_room.py')
-rw-r--r-- | tests/rest/admin/test_room.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rest/admin/test_room.py b/tests/rest/admin/test_room.py index 54cd24bf64..ae6d05a043 100644 --- a/tests/rest/admin/test_room.py +++ b/tests/rest/admin/test_room.py @@ -213,7 +213,6 @@ class PurgeRoomTestCase(unittest.HomeserverTestCase): "event_push_summary", "pusher_throttle", "group_summary_rooms", - "local_invites", "room_account_data", "room_tags", # "state_groups", # Current impl leaves orphaned state groups around. |