refactor
This commit is contained in:
parent
7924daf7f8
commit
7c761e7017
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue