summaryrefslogtreecommitdiff
path: root/src/client/app/mobile
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-10-07 20:08:42 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-10-07 20:08:42 +0900
commitb6a330928db0cf62ac0cfe484cd5e148edb9ce12 (patch)
treebc19cb560b035b23301c7eab06e520ebdc57fc84 /src/client/app/mobile
parentResolve #2843 (diff)
downloadmisskey-b6a330928db0cf62ac0cfe484cd5e148edb9ce12.tar.gz
misskey-b6a330928db0cf62ac0cfe484cd5e148edb9ce12.tar.bz2
misskey-b6a330928db0cf62ac0cfe484cd5e148edb9ce12.zip
投稿の削除イベントを受け取るように
Diffstat (limited to 'src/client/app/mobile')
-rw-r--r--src/client/app/mobile/views/components/note.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/note.vue b/src/client/app/mobile/views/components/note.vue
index db1be4a00e..f370fbf874 100644
--- a/src/client/app/mobile/views/components/note.vue
+++ b/src/client/app/mobile/views/components/note.vue
@@ -39,7 +39,7 @@
</div>
<span class="app" v-if="p.app">via <b>{{ p.app.name }}</b></span>
</div>
- <footer>
+ <footer v-if="p.deletedAt == null">
<mk-reactions-viewer :note="p" ref="reactionsViewer"/>
<button @click="reply">
<template v-if="p.reply">%fa:reply-all%</template>