diff --git a/src/models/user.ts b/src/models/user.ts index ee95854b9..b4daa906c 100644 --- a/src/models/user.ts +++ b/src/models/user.ts @@ -108,6 +108,7 @@ export interface ILocalUser extends IUserBase { export interface IRemoteUser extends IUserBase { inbox: string; + sharedInbox?: string; endpoints: string[]; uri: string; url?: string; diff --git a/src/remote/activitypub/models/person.ts b/src/remote/activitypub/models/person.ts index 83afd6826..c6f3e8911 100644 --- a/src/remote/activitypub/models/person.ts +++ b/src/remote/activitypub/models/person.ts @@ -117,6 +117,7 @@ export async function createPerson(value: any, resolver?: Resolver): Promise