git ssb

3+

dangerousbeans / scuttle-vue



Commit 95dcfb06e8670274e8616e2cc41b3d126afd2336

show channels

Joran committed on 11/15/2017, 8:22:33 AM
Parent: 9c4c082716be076878d9de6ea1e4ff78c1137ef1

Files changed

src/components/Message.vuechanged
src/components/Message.vueView
@@ -6,8 +6,9 @@
66 <h5 class="mt-0">
77 {{ author }}
88 <span class="text-muted">
99 {{ message.value.content.type() }}
10 + <strong v-if="message.value.content.channel()">#{{ message.value.content.channel() }}</strong>
1011 </span>
1112 </h5>
1213
1314 <p v-html="content_text()"></p>
@@ -67,12 +68,13 @@
6768 this.message.value.author(), this.setAuthor
6869 )
6970
7071 if(this.message.key())
72 + {
7173 this.$depject_api.getThread[0](
7274 this.message.key(), this.setRelatedMessages
7375 )
74-
76 + }
7577 this.image_url = this.$depject_api.avatar_image[0](
7678 this.message.value.author()
7779 )
7880 }

Built with git-ssb-web