first test with image preview

This commit is contained in:
DJ2LS 2022-11-11 15:12:17 +01:00
parent b284ac2139
commit 1a749c0c3d

View file

@ -91,7 +91,7 @@ db.find({
db.get(item._id, { db.get(item._id, {
attachments: true attachments: true
}).then(function(item_with_attachments){ }).then(function(item_with_attachments){
//update_chat(item_with_attachments); update_chat(item_with_attachments);
}); });