summary refs log tree commit diff
path: root/synapse/replication/tcp/handler.py
diff options
context:
space:
mode:
authorJason Little <realtyem@gmail.com>2023-10-24 07:09:59 -0500
committerGitHub <noreply@github.com>2023-10-24 08:09:59 -0400
commitffbe9b76665fb5dd9513045357247da39339e0b8 (patch)
treec8c3387b3590fd09fa86183b1f4b7b10ccdf2a42 /synapse/replication/tcp/handler.py
parentReplace all Prometheus datasource UIDs of the Grafana Dashboard with the vari... (diff)
downloadsynapse-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.py2
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(