mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
Fix bug
This commit is contained in:
parent
048118aec2
commit
6cca1e19e6
@ -154,6 +154,12 @@ export class UserRepository extends Repository<User> {
|
|||||||
}),
|
}),
|
||||||
} : {}),
|
} : {}),
|
||||||
|
|
||||||
|
...(opts.includeSecrets ? {
|
||||||
|
clientData: profile.clientData,
|
||||||
|
email: profile.email,
|
||||||
|
emailVerified: profile.emailVerified,
|
||||||
|
} : {}),
|
||||||
|
|
||||||
...(relation ? {
|
...(relation ? {
|
||||||
isFollowing: relation.isFollowing,
|
isFollowing: relation.isFollowing,
|
||||||
isFollowed: relation.isFollowed,
|
isFollowed: relation.isFollowed,
|
||||||
|
Loading…
Reference in New Issue
Block a user