diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-01 01:12:02 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-01 01:12:02 +0900 |
| commit | bae44b47086d8a0f0c8f96254b9453a29490a508 (patch) | |
| tree | 09524e23dab78eee6668d4c3a3056ac8063aa4a8 /src/server/api/endpoints | |
| parent | wip (diff) | |
| download | sharkey-bae44b47086d8a0f0c8f96254b9453a29490a508.tar.gz sharkey-bae44b47086d8a0f0c8f96254b9453a29490a508.tar.bz2 sharkey-bae44b47086d8a0f0c8f96254b9453a29490a508.zip | |
wip
Diffstat (limited to 'src/server/api/endpoints')
| -rw-r--r-- | src/server/api/endpoints/i/update.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/api/endpoints/i/update.ts b/src/server/api/endpoints/i/update.ts index 5ca54d013c..103cd3ac36 100644 --- a/src/server/api/endpoints/i/update.ts +++ b/src/server/api/endpoints/i/update.ts @@ -5,6 +5,7 @@ import $ from 'cafy'; import ID from '../../../../cafy-id'; import User, { isValidName, isValidDescription, isValidLocation, isValidBirthday, pack } from '../../../../models/user'; import event from '../../../../publishers/stream'; import DriveFile from '../../../../models/drive-file'; +import acceptAllFollowRequests from '../../../../services/user/accept-all-follow-requests'; /** * Update myself |