1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 13:55:51 +02:00

sharedInbox対応

This commit is contained in:
syuilo
2018-07-21 19:33:56 +09:00
parent 297a7f541e
commit 900a9cb34f
6 changed files with 25 additions and 8 deletions

View File

@@ -17,10 +17,12 @@ export type IFollowRequest = {
_followee: {
host: string;
inbox?: string;
sharedInbox?: string;
},
_follower: {
host: string;
inbox?: string;
sharedInbox?: string;
}
};