Correct type definition of Actor.discoverable
property
This commit is contained in:
parent
4b104879cd
commit
59ee7adc89
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ export interface IActor extends IObject {
|
||||||
manuallyApprovesFollowers?: boolean;
|
manuallyApprovesFollowers?: boolean;
|
||||||
movedTo?: string;
|
movedTo?: string;
|
||||||
alsoKnownAs?: string[];
|
alsoKnownAs?: string[];
|
||||||
discoverable?: boolean;
|
discoverable?: boolean | null;
|
||||||
inbox: string;
|
inbox: string;
|
||||||
sharedInbox?: string; // 後方互換性のため
|
sharedInbox?: string; // 後方互換性のため
|
||||||
publicKey?: {
|
publicKey?: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue