add write access to shared link
This commit is contained in:
@@ -144,6 +144,12 @@ export class AccessCore {
|
|||||||
: new Set();
|
: new Set();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case Permission.ALBUM_WRITE: {
|
||||||
|
return sharedLink.allowUpload
|
||||||
|
? await this.repository.album.checkSharedLinkAccess(sharedLinkId, ids)
|
||||||
|
: new Set();
|
||||||
|
}
|
||||||
|
|
||||||
default: {
|
default: {
|
||||||
return new Set();
|
return new Set();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user