forked from Ivasoft/mattermost-mobile
Add channel model property for shared channels (#5749)
This commit is contained in:
2
types/api/channels.d.ts
vendored
2
types/api/channels.d.ts
vendored
@@ -34,7 +34,7 @@ type Channel = {
|
||||
status?: string;
|
||||
fake?: boolean;
|
||||
group_constrained: boolean|null;
|
||||
shared: boolean|null;
|
||||
shared: boolean;
|
||||
};
|
||||
type ChannelWithTeamData = Channel & {
|
||||
team_display_name: string;
|
||||
|
||||
Reference in New Issue
Block a user