mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-07 21:42:12 -04:00
Merge device list replication streams (#14833)
This commit is contained in:
parent
db5145a31d
commit
2b084c5b71
7 changed files with 72 additions and 38 deletions
|
@ -37,7 +37,6 @@ from synapse.replication.tcp.streams._base import (
|
|||
Stream,
|
||||
ToDeviceStream,
|
||||
TypingStream,
|
||||
UserSignatureStream,
|
||||
)
|
||||
from synapse.replication.tcp.streams.events import EventsStream
|
||||
from synapse.replication.tcp.streams.federation import FederationStream
|
||||
|
@ -62,7 +61,6 @@ STREAMS_MAP = {
|
|||
ToDeviceStream,
|
||||
FederationStream,
|
||||
AccountDataStream,
|
||||
UserSignatureStream,
|
||||
UnPartialStatedRoomStream,
|
||||
UnPartialStatedEventStream,
|
||||
)
|
||||
|
@ -82,7 +80,6 @@ __all__ = [
|
|||
"DeviceListsStream",
|
||||
"ToDeviceStream",
|
||||
"AccountDataStream",
|
||||
"UserSignatureStream",
|
||||
"UnPartialStatedRoomStream",
|
||||
"UnPartialStatedEventStream",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue