mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-05 18:24:03 +00:00
Update dependencies (#1784)
This commit is contained in:
1
vendor/github.com/mattermost/mattermost-server/v6/model/user_search.go
generated
vendored
1
vendor/github.com/mattermost/mattermost-server/v6/model/user_search.go
generated
vendored
@ -22,6 +22,7 @@ type UserSearch struct {
|
||||
Roles []string `json:"roles"`
|
||||
ChannelRoles []string `json:"channel_roles"`
|
||||
TeamRoles []string `json:"team_roles"`
|
||||
NotInGroupId string `json:"not_in_group_id"`
|
||||
}
|
||||
|
||||
// UserSearchOptions captures internal parameters derived from the user's permissions and a
|
||||
|
Reference in New Issue
Block a user