Save remote user's endpoints

This commit is contained in:
syuilo
2018-05-16 17:06:12 +09:00
parent 34186cf45f
commit 66437f31c0
3 changed files with 5 additions and 1 deletions

View File

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