From 5855b689e591248e74b1af616a37a319e062f580 Mon Sep 17 00:00:00 2001 From: cel Date: Tue, 17 Mar 2020 11:29:12 -0400 Subject: Render image removal --- lib/render-msg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/render-msg.js b/lib/render-msg.js index d056bc4..f7bd350 100644 --- a/lib/render-msg.js +++ b/lib/render-msg.js @@ -744,7 +744,7 @@ RenderMsg.prototype.about = function (cb) { 'ending at ', dateTime(this.c.endDateTime)) : '', this.c.location ? h('div', 'at ', h('span', {innerHTML: u.unwrapP(this.render.markdown(this.c.location))})) : '', - img ? h('a', {href: this.toUrl(img)}, + img ? this.c.image.remove ? '[image removed]' : h('a', {href: this.toUrl(img)}, h('img.ssb-avatar-image', { src: this.render.imageUrl(img), alt: ' ', -- cgit v1.2.3