From 1a749c0c3d41347d3dde9c9e034471c7eebf436d Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Fri, 11 Nov 2022 15:12:17 +0100 Subject: [PATCH] first test with image preview --- gui/preload-chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/preload-chat.js b/gui/preload-chat.js index 89e97c40..d0aa81ba 100644 --- a/gui/preload-chat.js +++ b/gui/preload-chat.js @@ -91,7 +91,7 @@ db.find({ db.get(item._id, { attachments: true }).then(function(item_with_attachments){ - //update_chat(item_with_attachments); + update_chat(item_with_attachments); });