diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-05-31 13:04:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-31 13:04:08 -0400 |
commit | cf05258f7672dd0dc054723e866c86f5e171b552 (patch) | |
tree | 6d489a27a110d953ed961c8c43253c4e732058ae /changelog.d | |
parent | Add config options for media retention (#12732) (diff) | |
download | synapse-cf05258f7672dd0dc054723e866c86f5e171b552.tar.xz |
Remove groups replication code. (#12900)
The replication logic for groups is no longer used, so the message passing infrastructure can be removed.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12900.removal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12900.removal b/changelog.d/12900.removal new file mode 100644 index 0000000000..41f6fae5da --- /dev/null +++ b/changelog.d/12900.removal @@ -0,0 +1 @@ +Remove support for the non-standard groups/communities feature from Synapse. |