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/_scripts | |
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/_scripts')
-rwxr-xr-x | synapse/_scripts/synapse_port_db.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/_scripts/synapse_port_db.py b/synapse/_scripts/synapse_port_db.py index 4939573f30..361b51d2fa 100755 --- a/synapse/_scripts/synapse_port_db.py +++ b/synapse/_scripts/synapse_port_db.py @@ -182,6 +182,7 @@ IGNORED_TABLES = { "groups", "local_group_membership", "local_group_updates", + "remote_profile_cache", } |