Commit 0c0de7174ac4d66754cd48c52ea96bb9dfc339f0
Update attendee about renderer
cel committed on 4/28/2017, 5:38:48 AMParent: 930987b7a38fbd2250e9dc59ece8448e8415632f
Files changed
lib/render-msg.js | changed |
lib/render-msg.js | |||
---|---|---|---|
@@ -370,9 +370,9 @@ | |||
370 | 370 … | this.c.description ? h('div', | |
371 | 371 … | {innerHTML: this.render.markdown(this.c.description)}) : '', | |
372 | 372 … | this.c.title ? h('h3', this.c.title) : '', | |
373 | 373 … | this.c.attendee ? h('div', | |
374 | - this.link1(this.c.attendee.id, done()), | ||
374 … | + this.link1(this.c.attendee.link, done()), | ||
375 | 375 … | this.c.attendee.remove ? ' is not attending' : ' is attending' | |
376 | 376 … | ) : '', | |
377 | 377 … | this.c.location ? h('div', 'at ', this.c.location) : '', | |
378 | 378 … | img ? h('a', {href: this.toUrl(img)}, |
Built with git-ssb-web