diff --git a/index.js b/index.js index ef409ab..b9d8c33 100644 --- a/index.js +++ b/index.js @@ -102,7 +102,7 @@ exports.init = function (sbot, config) { console.log("serving feed: " + feedId) var opts = defaultOpts - + opts.marked = { gfm: true, mentions: true, @@ -462,7 +462,7 @@ function renderMsg(opts, msg) { + ' src="' + opts.img_base + escape(msg.author.image) + '"' + ' height="32" width="32">' + '' + msg.author.name + '' + msgTimestamp(msg, name) + render(opts, c)