diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-07 20:08:42 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-07 20:08:42 +0900 |
| commit | b6a330928db0cf62ac0cfe484cd5e148edb9ce12 (patch) | |
| tree | bc19cb560b035b23301c7eab06e520ebdc57fc84 /src/client/app/mobile/views | |
| parent | Resolve #2843 (diff) | |
| download | misskey-b6a330928db0cf62ac0cfe484cd5e148edb9ce12.tar.gz misskey-b6a330928db0cf62ac0cfe484cd5e148edb9ce12.tar.bz2 misskey-b6a330928db0cf62ac0cfe484cd5e148edb9ce12.zip | |
投稿の削除イベントを受け取るように
Diffstat (limited to 'src/client/app/mobile/views')
| -rw-r--r-- | src/client/app/mobile/views/components/note.vue | 2 |
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> |