WIP: Support sharedInbox

This commit is contained in:
syuilo
2018-07-19 22:40:44 +09:00
parent 534c47935a
commit bfa326af2c
3 changed files with 5 additions and 0 deletions

View File

@ -108,6 +108,7 @@ export interface ILocalUser extends IUserBase {
export interface IRemoteUser extends IUserBase {
inbox: string;
sharedInbox?: string;
endpoints: string[];
uri: string;
url?: string;