Update NoteCreateService.ts

This commit is contained in:
syuilo 2025-09-25 16:08:48 +09:00
parent 2b24dd6075
commit 1fe2264f41
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ export class NoteCreateService implements OnApplicationShutdown {
visibility: string;
visibleUserIds: MiUser['id'][];
channelId: MiChannel['id'] | null;
localOnly: boolean | null;
localOnly: boolean;
reactionAcceptance: MiNote['reactionAcceptance'];
poll: IPoll | null;
apMentions?: MinimumUser[] | null;