mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 00:44:47 -04:00
Improve code documentation for the typing stream over replication. (#12211)
This commit is contained in:
parent
735e89bd3a
commit
4a53f35737
5 changed files with 20 additions and 6 deletions
|
@ -709,7 +709,7 @@ class ReplicationCommandHandler:
|
|||
self.send_command(RemoteServerUpCommand(server))
|
||||
|
||||
def stream_update(self, stream_name: str, token: Optional[int], data: Any) -> None:
|
||||
"""Called when a new update is available to stream to clients.
|
||||
"""Called when a new update is available to stream to Redis subscribers.
|
||||
|
||||
We need to check if the client is interested in the stream or not
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue