mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-28 09:36:56 +00:00
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;
|
||||
movedTo?: string;
|
||||
alsoKnownAs?: string[];
|
||||
discoverable?: boolean;
|
||||
discoverable?: boolean | null;
|
||||
inbox: string;
|
||||
sharedInbox?: string; // 後方互換性のため
|
||||
publicKey?: {
|
||||
|
|
Loading…
Add table
Reference in a new issue