@@ -56,8 +56,10 @@ SlackHistory.prototype.messageFactory = function(ev, ts) {
ev["attachments"].push({
"image_url": imgUrl
});
+ return;
}
+ // FIXME manage uploads that are not images
if (!ev["user"]) {
if (ev["bot_id"])