fix outbound chats not showing

This commit is contained in:
liamcottle
2024-04-30 00:59:39 +12:00
parent d506670b64
commit 855751ffbb

View File

@@ -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,
},