fix text var

This commit is contained in:
liamcottle
2024-05-05 11:31:35 +12:00
parent 6ca7ce492a
commit 4edb8af3ad

View File

@@ -663,7 +663,7 @@
"type": "lxmf.delivery",
"lxmf_message": {
"destination_hash": this.selectedPeer.destination_hash,
"content": messageText,
"content": this.newMessageText,
"fields": fields,
},
}));