From 4edb8af3ad11f6b2ef8465bb53ec7e4dbb0d8157 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sun, 5 May 2024 11:31:35 +1200 Subject: [PATCH] fix text var --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index af0ad43..cdb01ac 100644 --- a/public/index.html +++ b/public/index.html @@ -663,7 +663,7 @@ "type": "lxmf.delivery", "lxmf_message": { "destination_hash": this.selectedPeer.destination_hash, - "content": messageText, + "content": this.newMessageText, "fields": fields, }, }));