added mute channel permission

This commit is contained in:
Deven Joshi
2022-01-06 17:03:31 +05:30
parent 11ad0150ce
commit 8492d5ed32
@@ -35,6 +35,9 @@ class PermissionType {
/// User has RemoveOwnChannelMembership or UpdateChannelMembers permission
static const String leaveChannel = 'leave-channel';
/// User can mute channel
static const String muteChannel = 'mute-channel';
/// Ability to receive read events
static const String readEvents = 'read-events';