summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-06-06 13:20:05 -0400
committerGitHub <noreply@github.com>2022-06-06 13:20:05 -0400
commitf7baffd8ece67c96fac6cd17d50c4aba92f323c5 (patch)
treedf631d82e2618c321929eb6b18c18a01619cf16c /tests
parentReduce state pulled from DB due to sending typing and receipts over federatio... (diff)
downloadsynapse-f7baffd8ece67c96fac6cd17d50c4aba92f323c5.tar.xz
Remove remaining pieces of groups code. (#12966)
* Remove an unused stream ID generator.
* Remove the now unused remote profile cache.
Diffstat (limited to 'tests')
-rw-r--r--tests/rest/admin/test_room.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/rest/admin/test_room.py b/tests/rest/admin/test_room.py
index 608d3f2dc3..ca6af9417b 100644
--- a/tests/rest/admin/test_room.py
+++ b/tests/rest/admin/test_room.py
@@ -2467,7 +2467,6 @@ PURGE_TABLES = [
     "event_push_actions",
     "event_search",
     "events",
-    "group_rooms",
     "receipts_graph",
     "receipts_linearized",
     "room_aliases",
@@ -2484,7 +2483,6 @@ PURGE_TABLES = [
     "e2e_room_keys",
     "event_push_summary",
     "pusher_throttle",
-    "group_summary_rooms",
     "room_account_data",
     "room_tags",
     # "state_groups",  # Current impl leaves orphaned state groups around.