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

This reverts commit cda1c19454ee8aec4d29b55954129cf6f3716da8.
This commit is contained in:
naskya 2023-07-02 04:47:11 +00:00
parent 2ea023b27a
commit 0265fe2786

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