mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
Please let me revert this (appearNote in getWordSoftMute) for now
This reverts commit cda1c19454ee8aec4d29b55954129cf6f3716da8.
This commit is contained in:
parent
2ea023b27a
commit
0265fe2786
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue