[Client] Implement word mute

Closes #1739
This commit is contained in:
syuilo
2018-11-11 21:17:51 +09:00
parent 1b4072610a
commit 71d42f64dc
10 changed files with 77 additions and 71 deletions

View File

@ -1,7 +1,7 @@
<template>
<div
class="note"
v-show="appearNote.deletedAt == null"
v-show="appearNote.deletedAt == null && !hideThisNote"
:tabindex="appearNote.deletedAt == null ? '-1' : null"
:class="{ renote: isRenote, smart: $store.state.device.postStyle == 'smart' }"
v-hotkey="keymap"