diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-04-27 15:37:02 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-04-27 19:38:48 -1000 |
commit | 0c0de7174ac4d66754cd48c52ea96bb9dfc339f0 (patch) | |
tree | 0212a56178b68db00280534e0ed91817d1c635fc | |
parent | 930987b7a38fbd2250e9dc59ece8448e8415632f (diff) | |
download | patchfoo-0c0de7174ac4d66754cd48c52ea96bb9dfc339f0.tar.gz patchfoo-0c0de7174ac4d66754cd48c52ea96bb9dfc339f0.zip |
Update attendee about renderer
-rw-r--r-- | lib/render-msg.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) : '', |