From ffbe9b76665fb5dd9513045357247da39339e0b8 Mon Sep 17 00:00:00 2001 From: Jason Little Date: Tue, 24 Oct 2023 07:09:59 -0500 Subject: Remove duplicate call to wake a remote destination when using federation sending worker (#16515) --- synapse/replication/tcp/handler.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'synapse/replication/tcp/handler.py') 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( -- cgit 1.5.1