mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
update comment
This commit is contained in:
parent
25c75db94c
commit
5d8bf9fd55
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ class ReticulumMeshChat:
|
|||
# set a callback for when an lxmf message is received
|
||||
self.message_router.register_delivery_callback(self.on_lxmf_delivery)
|
||||
|
||||
# set a callback for when an lxmf announce is received
|
||||
# handle received announces based on aspect
|
||||
RNS.Transport.register_announce_handler(AnnounceHandler("call.audio", self.on_audio_call_announce_received))
|
||||
RNS.Transport.register_announce_handler(AnnounceHandler("lxmf.delivery", self.on_lxmf_announce_received))
|
||||
RNS.Transport.register_announce_handler(AnnounceHandler("lxmf.propagation", self.on_lxmf_propagation_announce_received))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue