投稿の削除イベントを受け取るように
This commit is contained in:
parent
1c65cb3e36
commit
b6a330928d
4 changed files with 19 additions and 4 deletions
|
@ -38,7 +38,7 @@
|
|||
<mk-url-preview v-for="url in urls" :url="url" :key="url"/>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<footer v-if="p.deletedAt == null">
|
||||
<mk-reactions-viewer :note="p" ref="reactionsViewer"/>
|
||||
<button class="replyButton" @click="reply()" title="%i18n:@reply%">
|
||||
<template v-if="p.reply">%fa:reply-all%</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue