mirror of
https://github.com/markqvist/LXMF.git
synced 2025-03-26 08:38:20 -04:00
Fixed hardcoded APP_NAME reference
This commit is contained in:
parent
a64f3a58f7
commit
afe6815637
@ -153,7 +153,7 @@ class LXMRouter:
|
||||
da_thread.start()
|
||||
|
||||
def register_delivery_identity(self, identity, display_name = None):
|
||||
delivery_destination = RNS.Destination(identity, RNS.Destination.IN, RNS.Destination.SINGLE, "lxmf", "delivery")
|
||||
delivery_destination = RNS.Destination(identity, RNS.Destination.IN, RNS.Destination.SINGLE, APP_NAME, "delivery")
|
||||
delivery_destination.set_packet_callback(self.delivery_packet)
|
||||
delivery_destination.set_link_established_callback(self.delivery_link_established)
|
||||
delivery_destination.display_name = display_name
|
||||
|
Loading…
x
Reference in New Issue
Block a user