mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-03 14:45:07 -04:00
Added LXMF link support
This commit is contained in:
parent
d8a35be14d
commit
247db32033
5 changed files with 91 additions and 23 deletions
|
@ -420,6 +420,9 @@ class KnownNodeInfo(urwid.WidgetWrap):
|
|||
|
||||
addr_str = "<"+RNS.hexrep(source_hash, delimit=False)+">"
|
||||
|
||||
if display_str == None:
|
||||
display_str = addr_str
|
||||
|
||||
if node_ident != None:
|
||||
lxmf_addr_str = g["sent"]+" LXMF Propagation Node Address is "+RNS.prettyhexrep(RNS.Destination.hash_from_name_and_identity("lxmf.propagation", node_ident))
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue