only allow admin to mark images as private

This commit is contained in:
butterbutt 2020-10-02 04:18:33 -05:00
parent b304b638d6
commit fbbcf98b92
Signed by: butterbutt
GPG Key ID: 4D2AD715BC930E49
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ new UserClass("user", "base", [
Permissions::EDIT_FAVOURITES => true,
Permissions::SEND_PM => true,
Permissions::READ_PM => true,
Permissions::SET_PRIVATE_IMAGE => true,
Permissions::SET_PRIVATE_IMAGE => false,
Permissions::BULK_DOWNLOAD => true,
]);