mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix(mobile): make user.memoryEnable optional (#3680)
* chore(server): avoid breaking changes * generate api * mobile app
This commit is contained in:
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** | |
|
||||
|
||||
Reference in New Issue
Block a user