diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-03-05 14:59:33 -0500 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-03-05 14:59:33 -0500 |
| commit | 67c22276d3049576bebeaf4d22e937d759cba06d (patch) | |
| tree | 6c28fb8ddee63c061a8fa01ab35ecf338803b50c /src/components/conversation/conversation.vue | |
| parent | 049c74f8e87e0aa19ee416bb72c987296a3e2dc9 (diff) | |
| parent | 51160f0fdb068f0c9a1133fe66286467b1f4fd78 (diff) | |
Merge branch 'wakarimasen/pleroma-fe-highlight-notice' into 'develop'
Wakarimasen/pleroma fe highlight notice
See merge request !41
Diffstat (limited to 'src/components/conversation/conversation.vue')
| -rw-r--r-- | src/components/conversation/conversation.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index 9675e69f..8803dd57 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -8,7 +8,7 @@ </div> <div class="panel-body"> <div class="timeline"> - <status v-for="status in conversation" :key="status.id" v-bind:statusoid="status":expandable='false'></status> + <status v-for="status in conversation" :key="status.id" v-bind:statusoid="status":expandable='false':focused="focused(status.id)"></status> </div> </div> </div> |
