Save remote user's endpoints
This commit is contained in:
parent
34186cf45f
commit
66437f31c0
3 changed files with 5 additions and 1 deletions
|
@ -87,6 +87,7 @@ export interface ILocalUser extends IUserBase {
|
|||
|
||||
export interface IRemoteUser extends IUserBase {
|
||||
inbox: string;
|
||||
endpoints: string[];
|
||||
uri: string;
|
||||
url?: string;
|
||||
publicKey: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue