diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-21 19:33:56 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-21 19:33:56 +0900 |
| commit | 900a9cb34f286b0993dfea7b3278ee8cf6918cba (patch) | |
| tree | f3ac40545266578a649a961b2f31c5c9571ee4bf /src/models/follow-request.ts | |
| parent | #1947 (diff) | |
| download | misskey-900a9cb34f286b0993dfea7b3278ee8cf6918cba.tar.gz misskey-900a9cb34f286b0993dfea7b3278ee8cf6918cba.tar.bz2 misskey-900a9cb34f286b0993dfea7b3278ee8cf6918cba.zip | |
sharedInbox対応
Diffstat (limited to 'src/models/follow-request.ts')
| -rw-r--r-- | src/models/follow-request.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/models/follow-request.ts b/src/models/follow-request.ts index fdb20011f4..8ed131c80e 100644 --- a/src/models/follow-request.ts +++ b/src/models/follow-request.ts @@ -17,10 +17,12 @@ export type IFollowRequest = { _followee: { host: string; inbox?: string; + sharedInbox?: string; }, _follower: { host: string; inbox?: string; + sharedInbox?: string; } }; |