This commit is contained in:
syuilo 2025-09-08 14:57:53 +09:00
parent eb7db5a3aa
commit f3fffce6a9
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ type HandlerDef = {
handler: (note: Misskey.entities.Note) => void;
};
note_view_interruptor: {
handler: (note: Misskey.entities.Note) => Misskey.entities.Note;
handler: (note: Misskey.entities.Note) => Misskey.entities.Note | null;
};
note_post_interruptor: {
handler: (note: FIXME) => unknown;