mirror of
https://github.com/markqvist/Sideband.git
synced 2025-11-14 21:10:50 -05:00
Added audio messaging
This commit is contained in:
parent
4ffe16b209
commit
dcf722d85f
7 changed files with 185 additions and 29 deletions
|
|
@ -3507,6 +3507,8 @@ class SidebandCore():
|
|||
fields[LXMF.FIELD_FILE_ATTACHMENTS] = [attachment]
|
||||
if image != None:
|
||||
fields[LXMF.FIELD_IMAGE] = image
|
||||
if audio != None:
|
||||
fields[LXMF.FIELD_AUDIO] = audio
|
||||
|
||||
lxm = LXMF.LXMessage(dest, source, content, title="", desired_method=desired_method, fields = fields)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue