From e949ccf10a23b8a47a2530484eb282948c5b9992 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Sat, 10 Jan 2026 17:53:31 -0600 Subject: [PATCH] format --- meshchatx/src/backend/auto_propagation_manager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/meshchatx/src/backend/auto_propagation_manager.py b/meshchatx/src/backend/auto_propagation_manager.py index 45f3b4b..e552759 100644 --- a/meshchatx/src/backend/auto_propagation_manager.py +++ b/meshchatx/src/backend/auto_propagation_manager.py @@ -99,7 +99,6 @@ class AutoPropagationManager: hasattr(self.context, "rnprobe_handler") and self.context.rnprobe_handler ): - # Re-using the logic from RNProbeHandler but simplified if not RNS.Transport.has_path(destination_hash): RNS.Transport.request_path(destination_hash)