mirror of
https://github.com/immich-app/immich.git
synced 2025-11-24 17:30:43 +09:00
fix: missing permissions and optional update (#18735)
* fix: missing permissions * fix: test
This commit is contained in:
@@ -110,7 +110,13 @@
|
||||
Permission.PersonReassign,
|
||||
]);
|
||||
|
||||
permissions.set('session', [Permission.SessionRead, Permission.SessionUpdate, Permission.SessionDelete]);
|
||||
permissions.set('session', [
|
||||
Permission.SessionCreate,
|
||||
Permission.SessionRead,
|
||||
Permission.SessionUpdate,
|
||||
Permission.SessionDelete,
|
||||
Permission.SessionLock,
|
||||
]);
|
||||
|
||||
permissions.set('sharedLink', [
|
||||
Permission.SharedLinkCreate,
|
||||
|
||||
Reference in New Issue
Block a user