Skip to content
Snippets Groups Projects
Commit 59ee7adc authored by Hazelnoot's avatar Hazelnoot
Browse files

Correct type definition of `Actor.discoverable` property

parent 4b104879
No related branches found
No related tags found
No related merge requests found
......@@ -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?: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment