mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 13:55:51 +02:00
sharedInbox対応
This commit is contained in:
@@ -17,10 +17,12 @@ export type IFollowRequest = {
|
||||
_followee: {
|
||||
host: string;
|
||||
inbox?: string;
|
||||
sharedInbox?: string;
|
||||
},
|
||||
_follower: {
|
||||
host: string;
|
||||
inbox?: string;
|
||||
sharedInbox?: string;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user