mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 23:35:38 +02:00
Implement remote follow
This commit is contained in:
@@ -70,6 +70,7 @@ export type ILocalAccount = {
|
||||
};
|
||||
|
||||
export type IRemoteAccount = {
|
||||
inbox: string;
|
||||
uri: string;
|
||||
publicKey: {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user