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)