mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-07 17:23:54 +09:00
Fix bug
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user