change readonly boolean to role enum
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ class AlbumResponseDto {
|
||||
|
||||
bool shared;
|
||||
|
||||
/// Deprecated in favor of users
|
||||
/// Deprecated in favor of sharedUsersV2
|
||||
List<UserResponseDto> sharedUsers;
|
||||
|
||||
List<AlbumUserResponseDto> sharedUsersV2;
|
||||
|
||||
Reference in New Issue
Block a user