git ssb

16+

cel / patchfoo



Commit 0c0de7174ac4d66754cd48c52ea96bb9dfc339f0

Update attendee about renderer

cel committed on 4/28/2017, 5:38:48 AM
Parent: 930987b7a38fbd2250e9dc59ece8448e8415632f

Files changed

lib/render-msg.jschanged
lib/render-msg.jsView
@@ -370,9 +370,9 @@
370370 this.c.description ? h('div',
371371 {innerHTML: this.render.markdown(this.c.description)}) : '',
372372 this.c.title ? h('h3', this.c.title) : '',
373373 this.c.attendee ? h('div',
374- this.link1(this.c.attendee.id, done()),
374 + this.link1(this.c.attendee.link, done()),
375375 this.c.attendee.remove ? ' is not attending' : ' is attending'
376376 ) : '',
377377 this.c.location ? h('div', 'at ', this.c.location) : '',
378378 img ? h('a', {href: this.toUrl(img)},

Built with git-ssb-web