1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 03:46:19 +02:00

[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

@@ -2,7 +2,7 @@
<div
class="note"
:class="{ mini }"
v-show="appearNote.deletedAt == null"
v-show="appearNote.deletedAt == null && !hideThisNote"
:tabindex="appearNote.deletedAt == null ? '-1' : null"
v-hotkey="keymap"
:title="title"