Merge branch 'develop' of codeberg.org:calckey/calckey into develop

This commit is contained in:
ThatOneCalculator 2023-07-01 22:07:51 -07:00
commit 0d9e50d04e
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 1 additions and 1 deletions

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