change readonly boolean to role enum

This commit is contained in:
mgabor
2024-04-17 09:31:56 +02:00
parent 9126bf2520
commit 87bc244b68
30 changed files with 297 additions and 141 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class AlbumResponseDto {
bool shared;
/// Deprecated in favor of users
/// Deprecated in favor of sharedUsersV2
List<UserResponseDto> sharedUsers;
List<AlbumUserResponseDto> sharedUsersV2;