mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-08 22:42:52 -04:00
Implemented path requests
This commit is contained in:
parent
09a19aed72
commit
33ce3ef48f
6 changed files with 107 additions and 23 deletions
|
@ -75,8 +75,8 @@ class Destination:
|
|||
if identity != None and type == Destination.SINGLE:
|
||||
aspects = aspects+(identity.hexhash,)
|
||||
|
||||
if identity == None and direction == Destination.IN:
|
||||
identity = Identity()
|
||||
if identity == None and direction == Destination.IN and self.type != Destination.PLAIN:
|
||||
identity = RNS.Identity()
|
||||
aspects = aspects+(identity.hexhash,)
|
||||
|
||||
self.identity = identity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue