sharedInbox対応
This commit is contained in:
parent
297a7f541e
commit
900a9cb34f
6 changed files with 25 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue