This commit is contained in:
syuilo 2025-08-25 13:48:09 +09:00
parent 7924daf7f8
commit 7c761e7017
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ if (noteViewInterruptors.length > 0) {
}
const isRenote = Misskey.note.isPureRenote(note);
const appearNote = getAppearNote(note);
const appearNote = getAppearNote(note) ?? note;
const { $note: $appearNote, subscribe: subscribeManuallyToNoteCapture } = useNoteCapture({
note: appearNote,
parentNote: note,