mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(mobile): make user.memoryEnable optional (#3680)
* chore(server): avoid breaking changes * generate api * mobile app
This commit is contained in:
parent
b1b215f083
commit
0d80ae3a91
8 changed files with 25 additions and 16 deletions
2
mobile/openapi/doc/UserResponseDto.md
generated
2
mobile/openapi/doc/UserResponseDto.md
generated
|
|
@ -16,7 +16,7 @@ Name | Type | Description | Notes
|
|||
**id** | **String** | |
|
||||
**isAdmin** | **bool** | |
|
||||
**lastName** | **String** | |
|
||||
**memoriesEnabled** | **bool** | |
|
||||
**memoriesEnabled** | **bool** | | [optional]
|
||||
**oauthId** | **String** | |
|
||||
**profileImagePath** | **String** | |
|
||||
**shouldChangePassword** | **bool** | |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue