summary refs log tree commit diff
path: root/synapse/storage/schema
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 /synapse/storage/schema
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 'synapse/storage/schema')
-rw-r--r--synapse/storage/schema/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/storage/schema/__init__.py b/synapse/storage/schema/__init__.py
index 19466150d4..5843fae605 100644
--- a/synapse/storage/schema/__init__.py
+++ b/synapse/storage/schema/__init__.py
@@ -70,6 +70,7 @@ Changes in SCHEMA_VERSION = 70:
 
 Changes in SCHEMA_VERSION = 71:
     - event_edges.room_id is no longer read from.
+    - Tables related to groups are no longer accessed.
 """