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;
|
||||
}
|
||||
};
|
||||
|
||||
|
@@ -16,10 +16,12 @@ export type IFollowing = {
|
||||
_followee: {
|
||||
host: string;
|
||||
inbox?: string;
|
||||
sharedInbox?: string;
|
||||
},
|
||||
_follower: {
|
||||
host: string;
|
||||
inbox?: string;
|
||||
sharedInbox?: string;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user