diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-06-06 13:20:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-06 13:20:05 -0400 |
commit | f7baffd8ece67c96fac6cd17d50c4aba92f323c5 (patch) | |
tree | df631d82e2618c321929eb6b18c18a01619cf16c /synapse/storage/schema | |
parent | Reduce state pulled from DB due to sending typing and receipts over federatio... (diff) | |
download | synapse-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__.py | 1 |
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. """ |