WIP: Support sharedInbox
This commit is contained in:
parent
534c47935a
commit
bfa326af2c
3 changed files with 5 additions and 0 deletions
|
@ -108,6 +108,7 @@ export interface ILocalUser extends IUserBase {
|
|||
|
||||
export interface IRemoteUser extends IUserBase {
|
||||
inbox: string;
|
||||
sharedInbox?: string;
|
||||
endpoints: string[];
|
||||
uri: string;
|
||||
url?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue