Please let me revert this (appearNote in getWordSoftMute) for now

This reverts commit cda1c19454.
This commit is contained in:
naskya 2023-07-02 04:47:11 +00:00
parent b90c824f0c
commit 79765e4b19

View file

@ -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);