Skip to content

Commit

Permalink
chore(backend): response isHibernated in admin/show-user
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Oct 5, 2023
1 parent 780721e commit e4dcab8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
isModerator: isModerator,
isSilenced: isSilenced,
isSuspended: user.isSuspended,
isHibernated: user.isHibernated,
lastActiveDate: user.lastActiveDate,
moderationNote: profile.moderationNote ?? '',
signins,
Expand Down

0 comments on commit e4dcab8

Please sign in to comment.