mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-06-24 22:20:35 -04:00
Implemented minimal/full editor
This commit is contained in:
parent
51c9d98e4c
commit
d9fe743b90
2 changed files with 44 additions and 8 deletions
|
@ -137,7 +137,7 @@ class Conversation:
|
|||
if self.send_destination:
|
||||
dest = self.send_destination
|
||||
source = self.app.lxmf_destination
|
||||
lxm = LXMF.LXMessage(dest, source, content, desired_method=LXMF.LXMessage.DIRECT)
|
||||
lxm = LXMF.LXMessage(dest, source, content, title=title, desired_method=LXMF.LXMessage.DIRECT)
|
||||
lxm.register_delivery_callback(self.message_notification)
|
||||
lxm.register_failed_callback(self.message_notification)
|
||||
self.app.message_router.handle_outbound(lxm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue