forked from Ivasoft/mattermost-mobile
[Gekidou] groups (#5593)
* Rename groups in channel/team to group channel/team * Redefine groups schema * Groups action and operator * Add group at mentions * fix uni test * Update types/database/models/servers/group.d.ts Co-authored-by: Avinash Lingaloo <avinashlng1080@gmail.com> Co-authored-by: Avinash Lingaloo <avinashlng1080@gmail.com>
This commit is contained in:
4
types/api/groups.d.ts
vendored
4
types/api/groups.d.ts
vendored
@@ -45,8 +45,8 @@ type GroupChannel = {
|
||||
create_at: number;
|
||||
delete_at: number;
|
||||
update_at: number;
|
||||
member_count: number;
|
||||
timezone_count: number;
|
||||
member_count?: number;
|
||||
timezone_count?: number;
|
||||
};
|
||||
type GroupSyncables = {
|
||||
teams: GroupTeam[];
|
||||
|
||||
Reference in New Issue
Block a user