mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-07 21:42:12 -04:00
Add presence federation stream (#9819)
This commit is contained in:
parent
db70435de7
commit
de0d088adc
6 changed files with 426 additions and 31 deletions
|
@ -30,6 +30,7 @@ from synapse.replication.tcp.streams._base import (
|
|||
CachesStream,
|
||||
DeviceListsStream,
|
||||
GroupServerStream,
|
||||
PresenceFederationStream,
|
||||
PresenceStream,
|
||||
PublicRoomsStream,
|
||||
PushersStream,
|
||||
|
@ -50,6 +51,7 @@ STREAMS_MAP = {
|
|||
EventsStream,
|
||||
BackfillStream,
|
||||
PresenceStream,
|
||||
PresenceFederationStream,
|
||||
TypingStream,
|
||||
ReceiptsStream,
|
||||
PushRulesStream,
|
||||
|
@ -71,6 +73,7 @@ __all__ = [
|
|||
"Stream",
|
||||
"BackfillStream",
|
||||
"PresenceStream",
|
||||
"PresenceFederationStream",
|
||||
"TypingStream",
|
||||
"ReceiptsStream",
|
||||
"PushRulesStream",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue