Correct type definition of Actor.discoverable property

This commit is contained in:
Hazelnoot 2025-01-27 18:13:16 -05:00
parent 4b104879cd
commit 59ee7adc89

View file

@ -202,7 +202,7 @@ export interface IActor extends IObject {
manuallyApprovesFollowers?: boolean;
movedTo?: string;
alsoKnownAs?: string[];
discoverable?: boolean;
discoverable?: boolean | null;
inbox: string;
sharedInbox?: string; // 後方互換性のため
publicKey?: {