mirror of
https://github.com/markqvist/LXMF.git
synced 2024-10-01 01:35:36 -04:00
Actually set property
This commit is contained in:
parent
9193aa5e02
commit
19696d206d
@ -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…
Reference in New Issue
Block a user