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); });