From 0c0de7174ac4d66754cd48c52ea96bb9dfc339f0 Mon Sep 17 00:00:00 2001 From: cel Date: Thu, 27 Apr 2017 15:37:02 -1000 Subject: Update attendee about renderer --- lib/render-msg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/render-msg.js b/lib/render-msg.js index 3764109..2bd98f5 100644 --- a/lib/render-msg.js +++ b/lib/render-msg.js @@ -371,7 +371,7 @@ RenderMsg.prototype.about = function (cb) { {innerHTML: this.render.markdown(this.c.description)}) : '', this.c.title ? h('h3', this.c.title) : '', this.c.attendee ? h('div', - this.link1(this.c.attendee.id, done()), + this.link1(this.c.attendee.link, done()), this.c.attendee.remove ? ' is not attending' : ' is attending' ) : '', this.c.location ? h('div', 'at ', this.c.location) : '', -- cgit v1.2.3