Merge pull request #883 from JamesTheSergal/master

fix no handler for 'bulk_download'
This commit is contained in:
Shish
2022-07-08 22:18:58 +01:00
committed by GitHub

View File

@ -89,6 +89,7 @@ new UserClass("user", "base", [
Permissions::SEND_PM => true,
Permissions::READ_PM => true,
Permissions::SET_PRIVATE_IMAGE => true,
Permissions::PERFORM_BULK_ACTIONS => true,
Permissions::BULK_DOWNLOAD => true,
Permissions::CHANGE_USER_SETTING => true
]);