1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 13:45:56 +02:00
This commit is contained in:
syuilo
2025-08-25 13:48:09 +09:00
parent 7924daf7f8
commit 7c761e7017

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,