Implement remote follow
This commit is contained in:
parent
cba73d6bc1
commit
dc529711ce
11 changed files with 114 additions and 32 deletions
|
@ -70,6 +70,7 @@ export type ILocalAccount = {
|
|||
};
|
||||
|
||||
export type IRemoteAccount = {
|
||||
inbox: string;
|
||||
uri: string;
|
||||
publicKey: {
|
||||
id: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue