mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 20:54:15 -04:00
Remove groups replication code. (#12900)
The replication logic for groups is no longer used, so the message passing infrastructure can be removed.
This commit is contained in:
parent
2fc787c341
commit
cf05258f76
7 changed files with 1 additions and 90 deletions
|
@ -29,7 +29,6 @@ from synapse.replication.tcp.streams._base import (
|
|||
BackfillStream,
|
||||
CachesStream,
|
||||
DeviceListsStream,
|
||||
GroupServerStream,
|
||||
PresenceFederationStream,
|
||||
PresenceStream,
|
||||
PushersStream,
|
||||
|
@ -61,7 +60,6 @@ STREAMS_MAP = {
|
|||
FederationStream,
|
||||
TagAccountDataStream,
|
||||
AccountDataStream,
|
||||
GroupServerStream,
|
||||
UserSignatureStream,
|
||||
)
|
||||
}
|
||||
|
@ -81,6 +79,5 @@ __all__ = [
|
|||
"ToDeviceStream",
|
||||
"TagAccountDataStream",
|
||||
"AccountDataStream",
|
||||
"GroupServerStream",
|
||||
"UserSignatureStream",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue