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:
8
types/database/database.d.ts
vendored
8
types/database/database.d.ts
vendored
@@ -213,12 +213,12 @@ export type HandleTeamArgs = PrepareOnly & {
|
||||
teams: Team[];
|
||||
};
|
||||
|
||||
export type HandleGroupsInChannelArgs = PrepareOnly & {
|
||||
groupsInChannels: GroupChannel[];
|
||||
export type HandleGroupsChannelArgs = PrepareOnly & {
|
||||
groupsChannels: GroupChannelRelation[];
|
||||
};
|
||||
|
||||
export type HandleGroupsInTeamArgs = PrepareOnly &{
|
||||
groupsInTeams: GroupTeam[];
|
||||
export type HandleGroupsTeamArgs = PrepareOnly &{
|
||||
groupsTeams: GroupTeamRelation[];
|
||||
};
|
||||
|
||||
export type HandleGroupArgs = PrepareOnly & {
|
||||
|
||||
Reference in New Issue
Block a user