Update NoteCreateService.ts
This commit is contained in:
parent
2b24dd6075
commit
1fe2264f41
|
@ -245,7 +245,7 @@ export class NoteCreateService implements OnApplicationShutdown {
|
||||||
visibility: string;
|
visibility: string;
|
||||||
visibleUserIds: MiUser['id'][];
|
visibleUserIds: MiUser['id'][];
|
||||||
channelId: MiChannel['id'] | null;
|
channelId: MiChannel['id'] | null;
|
||||||
localOnly: boolean | null;
|
localOnly: boolean;
|
||||||
reactionAcceptance: MiNote['reactionAcceptance'];
|
reactionAcceptance: MiNote['reactionAcceptance'];
|
||||||
poll: IPoll | null;
|
poll: IPoll | null;
|
||||||
apMentions?: MinimumUser[] | null;
|
apMentions?: MinimumUser[] | null;
|
||||||
|
|
Loading…
Reference in New Issue