From 453772859d4e806577839ac82a985e54ad15857d Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 10 Sep 2024 20:17:09 +0200 Subject: [PATCH] Removed deprecated query destination --- LXMF/LXMRouter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/LXMF/LXMRouter.py b/LXMF/LXMRouter.py index 199ff63..28e3854 100644 --- a/LXMF/LXMRouter.py +++ b/LXMF/LXMRouter.py @@ -117,7 +117,6 @@ class LXMRouter: identity = RNS.Identity() self.identity = identity - self.lxmf_query_destination = RNS.Destination(None, RNS.Destination.IN, RNS.Destination.PLAIN, APP_NAME, "query") self.propagation_destination = RNS.Destination(self.identity, RNS.Destination.IN, RNS.Destination.SINGLE, APP_NAME, "propagation") if autopeer != None: