mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01: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({
|
pendingReceivedFollowRequestsCount: FollowRequests.count({
|
||||||
followeeId: user.id
|
followeeId: user.id
|
||||||
}),
|
}),
|
||||||
integrations: profile?.integrations,
|
integrations: profile!.integrations,
|
||||||
} : {}),
|
} : {}),
|
||||||
|
|
||||||
...(opts.includeSecrets ? {
|
...(opts.includeSecrets ? {
|
||||||
|
Loading…
Reference in New Issue
Block a user