mirror of
https://github.com/markqvist/LXMF.git
synced 2026-04-27 14:20:39 +00:00
Removed deprecated query destination
This commit is contained in:
parent
98eea1171e
commit
453772859d
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue