diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-16 17:06:12 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-16 17:06:12 +0900 |
| commit | 66437f31c09f2257e6f683237b71e13d80fa4b50 (patch) | |
| tree | eb71ae9f190a30c1efcf9ba3317016646ac4c5c7 /src/models | |
| parent | :v: (diff) | |
| download | sharkey-66437f31c09f2257e6f683237b71e13d80fa4b50.tar.gz sharkey-66437f31c09f2257e6f683237b71e13d80fa4b50.tar.bz2 sharkey-66437f31c09f2257e6f683237b71e13d80fa4b50.zip | |
Save remote user's endpoints
Diffstat (limited to 'src/models')
| -rw-r--r-- | src/models/user.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/user.ts b/src/models/user.ts index af03faf847..108111ceca 100644 --- a/src/models/user.ts +++ b/src/models/user.ts @@ -87,6 +87,7 @@ export interface ILocalUser extends IUserBase { export interface IRemoteUser extends IUserBase { inbox: string; + endpoints: string[]; uri: string; url?: string; publicKey: { |