fix: timezone not returned when querying the current user
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2022-01-14 22:05:57 +01:00
parent 812df8401b
commit bb8c98ceb4
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ func UserShow(c echo.Context) error {
DefaultListID: u.DefaultListID,
WeekStart: u.WeekStart,
Language: u.Language,
Timezone: u.Timezone,
},
DeletionScheduledAt: u.DeletionScheduledAt,
IsLocalUser: u.Issuer == user.IssuerLocal,