mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
fix text var
This commit is contained in:
parent
6ca7ce492a
commit
4edb8af3ad
1 changed files with 1 additions and 1 deletions
|
|
@ -663,7 +663,7 @@
|
|||
"type": "lxmf.delivery",
|
||||
"lxmf_message": {
|
||||
"destination_hash": this.selectedPeer.destination_hash,
|
||||
"content": messageText,
|
||||
"content": this.newMessageText,
|
||||
"fields": fields,
|
||||
},
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue