mirror of
https://github.com/immich-app/immich.git
synced 2026-02-11 11:27:56 +03:00
fix deprecation notice
This commit is contained in:
@@ -102,7 +102,7 @@ export class AlbumResponseDto {
|
||||
updatedAt!: Date;
|
||||
albumThumbnailAssetId!: string | null;
|
||||
shared!: boolean;
|
||||
@ApiProperty({ deprecated: true, description: 'Deprecated in favor of users' })
|
||||
@ApiProperty({ deprecated: true, description: 'Deprecated in favor of sharedUsersV2' })
|
||||
sharedUsers!: UserResponseDto[];
|
||||
sharedUsersV2!: AlbumUserResponseDto[];
|
||||
hasSharedLink!: boolean;
|
||||
|
||||
Reference in New Issue
Block a user