Enable marking a channel closed or open
On the channel options, implement a menu option that marks a channel as closed or open
The flag will call the /api/v2/permissions/channels/{guid} with { open: true | false }
This one should wait till the end, since there's a lot of RBAC work that needs to be done
Edited by Mark Harding