added mute channel permission
This commit is contained in:
@@ -35,6 +35,9 @@ class PermissionType {
|
|||||||
/// User has RemoveOwnChannelMembership or UpdateChannelMembers permission
|
/// User has RemoveOwnChannelMembership or UpdateChannelMembers permission
|
||||||
static const String leaveChannel = 'leave-channel';
|
static const String leaveChannel = 'leave-channel';
|
||||||
|
|
||||||
|
/// User can mute channel
|
||||||
|
static const String muteChannel = 'mute-channel';
|
||||||
|
|
||||||
/// Ability to receive read events
|
/// Ability to receive read events
|
||||||
static const String readEvents = 'read-events';
|
static const String readEvents = 'read-events';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user