mirror of
https://github.com/immich-app/immich.git
synced 2026-05-25 09:02:31 -04:00
chore!: migrate album owner to album_user (#27467)
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com> Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
const { album, onClose }: Props = $props();
|
||||
|
||||
let users: UserResponseDto[] = $state([]);
|
||||
const excludedUserIds = $derived([album.ownerId, ...album.albumUsers.map(({ user: { id } }) => id)]);
|
||||
const excludedUserIds = $derived(album.albumUsers.map(({ user: { id } }) => id));
|
||||
const filteredUsers = $derived(
|
||||
sortBy(
|
||||
users.filter(
|
||||
|
||||
Reference in New Issue
Block a user