diff options
author | Jason Little <realtyem@gmail.com> | 2023-10-24 07:09:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 08:09:59 -0400 |
commit | ffbe9b76665fb5dd9513045357247da39339e0b8 (patch) | |
tree | c8c3387b3590fd09fa86183b1f4b7b10ccdf2a42 /synapse/replication/tcp/handler.py | |
parent | Replace all Prometheus datasource UIDs of the Grafana Dashboard with the vari... (diff) | |
download | synapse-ffbe9b76665fb5dd9513045357247da39339e0b8.tar.xz |
Remove duplicate call to wake a remote destination when using federation sending worker (#16515)
Diffstat (limited to '')
-rw-r--r-- | synapse/replication/tcp/handler.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/replication/tcp/handler.py b/synapse/replication/tcp/handler.py index b668bb5da1..1d586fb180 100644 --- a/synapse/replication/tcp/handler.py +++ b/synapse/replication/tcp/handler.py @@ -657,8 +657,6 @@ class ReplicationCommandHandler: self, conn: IReplicationConnection, cmd: RemoteServerUpCommand ) -> None: """Called when get a new REMOTE_SERVER_UP command.""" - self._replication_data_handler.on_remote_server_up(cmd.data) - self._notifier.notify_remote_server_up(cmd.data) def on_LOCK_RELEASED( |