Please let me revert this (appearNote in getWordSoftMute) for now
This reverts commit cda1c19454
.
This commit is contained in:
parent
b90c824f0c
commit
79765e4b19
|
@ -338,7 +338,7 @@ const isMyRenote = $i && $i.id === note.userId;
|
|||
const showContent = ref(false);
|
||||
const isDeleted = ref(false);
|
||||
const muted = ref(
|
||||
getWordSoftMute(appearNote, $i, defaultStore.state.mutedWords)
|
||||
getWordSoftMute(note, $i, defaultStore.state.mutedWords)
|
||||
);
|
||||
const translation = ref(null);
|
||||
const translating = ref(false);
|
||||
|
|
Loading…
Reference in New Issue