forked from Ivasoft/mattermost-mobile
This reverts commit d838f74273.
This commit is contained in:
5
types/api/channels.d.ts
vendored
5
types/api/channels.d.ts
vendored
@@ -45,9 +45,6 @@ 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;
|
||||
@@ -173,5 +170,3 @@ type ChannelBannerInfo = {
|
||||
text?: string;
|
||||
background_color?: string;
|
||||
}
|
||||
|
||||
type ChannelAccessControlAttributes = Record<string, string[]>;
|
||||
|
||||
@@ -56,9 +56,6 @@ declare class ChannelModel extends Model {
|
||||
|
||||
bannerInfo?: ChannelBannerInfo;
|
||||
|
||||
/** Whether the channel has Attribute-Based Access Control (ABAC) policy enforcement enabled, controlling access based on user attributes */
|
||||
abacPolicyEnforced?: boolean;
|
||||
|
||||
/** members : Users belonging to this channel */
|
||||
members: Query<ChannelMembershipModel>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user