mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
fix outbound chats not showing
This commit is contained in:
parent
d506670b64
commit
855751ffbb
1 changed files with 2 additions and 1 deletions
|
|
@ -379,7 +379,8 @@
|
|||
// add sent message to ui
|
||||
this.chatItems.push({
|
||||
"is_outbound": true,
|
||||
"source_hash": "todo", // FIXME
|
||||
"source_hash": this.config.lxmf_address_hash, // from us
|
||||
"destination_hash": this.selectedPeer.destination_hash, // to them
|
||||
"message": {
|
||||
"content": messageText,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue