mirror of
https://github.com/markqvist/LXMF.git
synced 2025-05-03 22:55:10 -04:00
Actually set property
This commit is contained in:
parent
9193aa5e02
commit
19696d206d
1 changed files with 1 additions and 0 deletions
|
@ -1758,6 +1758,7 @@ class LXMRouter:
|
|||
backchannel_identity = self.delivery_destinations[source_destination_hash].identity
|
||||
backchannel_desthash = RNS.Destination.hash_from_name_and_identity("lxmf.delivery", backchannel_identity)
|
||||
direct_link.identify(backchannel_identity)
|
||||
direct_link.backchannel_identified = True
|
||||
self.delivery_link_established(direct_link)
|
||||
RNS.log(f"Performed backchannel identification as {RNS.prettyhexrep(backchannel_desthash)} on {direct_link}", RNS.LOG_DEBUG)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue