Merge pull request #1356 from akihikodaki/publickey

Implement remote follow
This commit is contained in:
syuilo
2018-04-01 23:32:46 +09:00
committed by GitHub
11 changed files with 114 additions and 32 deletions

View File

@ -70,6 +70,7 @@ export type ILocalAccount = {
};
export type IRemoteAccount = {
inbox: string;
uri: string;
publicKey: {
id: string;