mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-18 19:42:53 +09:00
Update user.ts
This commit is contained in:
parent
61b95a13fc
commit
bfc1d7843c
@ -229,7 +229,7 @@ export class UserRepository extends Repository<User> {
|
||||
pendingReceivedFollowRequestsCount: FollowRequests.count({
|
||||
followeeId: user.id
|
||||
}),
|
||||
integrations: profile?.integrations,
|
||||
integrations: profile!.integrations,
|
||||
} : {}),
|
||||
|
||||
...(opts.includeSecrets ? {
|
||||
|
Loading…
Reference in New Issue
Block a user