Skip to content

Commit

Permalink
Removed deprecated query destination
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Sep 10, 2024
1 parent 98eea11 commit 4537728
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LXMF/LXMRouter.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def __init__(self, identity = None, storagepath = None, autopeer = AUTOPEER, aut
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:
Expand Down

0 comments on commit 4537728

Please sign in to comment.