1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 15:36:06 +02:00

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: {