mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2025-01-07 19:23:08 +02:00
akiramemasita
This commit is contained in:
parent
90a22fe32f
commit
6198313c49
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ export default class extends Endpoint<'admin/show-user'> {
|
|||
isModerator: isModerator,
|
||||
isSilenced: isSilenced,
|
||||
isSuspended: user.isSuspended,
|
||||
lastActiveDate: user.lastActiveDate,
|
||||
lastActiveDate: user.lastActiveDate ? user.lastActiveDate.toISOString() : null,
|
||||
moderationNote: profile.moderationNote ?? '',
|
||||
signins,
|
||||
policies: await this.roleService.getUserPolicies(user.id),
|
||||
|
|
Loading…
Reference in a new issue