forked from Ivasoft/mattermost-mobile
MM-63935- abac end user indicators db fix (#8862)
This commit is contained in:
3
types/api/channels.d.ts
vendored
3
types/api/channels.d.ts
vendored
@@ -45,6 +45,9 @@ type Channel = {
|
||||
group_constrained: boolean|null;
|
||||
shared: boolean;
|
||||
banner_info?: ChannelBannerInfo;
|
||||
|
||||
/** Whether the channel has Attribute-Based Access Control (ABAC) policy enforcement enabled, controlling access based on user attributes */
|
||||
policy_enforced?: boolean;
|
||||
};
|
||||
type ChannelPatch = {
|
||||
name?: string;
|
||||
|
||||
Reference in New Issue
Block a user