Commit fd0e5557 authored by Marcelo Rivera's avatar Marcelo Rivera

(feat): channel owner should be able to create new groups

1 merge request!349Chore refactor permissions export
Pipeline #86103401 passed with stages
in 10 minutes and 3 seconds
......@@ -9,6 +9,7 @@ class ChannelOwnerRole extends BaseRole
parent::__construct(Roles::ROLE_CHANNEL_OWNER);
$this->addPermission(Flags::FLAG_APPOINT_ADMIN);
$this->addPermission(Flags::FLAG_CREATE_POST);
$this->addPermission(Flags::FLAG_CREATE_GROUP);
$this->addPermission(Flags::FLAG_EDIT_CHANNEL);
$this->addPermission(Flags::FLAG_EDIT_POST);
$this->addPermission(Flags::FLAG_DELETE_CHANNEL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment