mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(mobile): user storage quota not showing (#21263)
This commit is contained in:
parent
70e59c00d5
commit
204299d500
3 changed files with 14 additions and 2 deletions
|
|
@ -29,6 +29,8 @@ abstract final class UserConverter {
|
|||
isPartnerSharedWith: false,
|
||||
profileChangedAt: adminDto.profileChangedAt,
|
||||
hasProfileImage: adminDto.profileImagePath.isNotEmpty,
|
||||
quotaSizeInBytes: adminDto.quotaSizeInBytes ?? 0,
|
||||
quotaUsageInBytes: adminDto.quotaUsageInBytes ?? 0,
|
||||
);
|
||||
|
||||
static UserDto fromPartnerDto(PartnerResponseDto dto) => UserDto(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue