mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-27 19:19:24 +00:00
Sync with mattermost 3.5.0
This commit is contained in:
3
vendor/github.com/mattermost/platform/model/license.go
generated
vendored
3
vendor/github.com/mattermost/platform/model/license.go
generated
vendored
@ -43,7 +43,8 @@ type Features struct {
|
||||
MHPNS *bool `json:"mhpns"`
|
||||
SAML *bool `json:"saml"`
|
||||
PasswordRequirements *bool `json:"password_requirements"`
|
||||
FutureFeatures *bool `json:"future_features"`
|
||||
// after we enabled more features for webrtc we'll need to control them with this
|
||||
FutureFeatures *bool `json:"future_features"`
|
||||
}
|
||||
|
||||
func (f *Features) ToMap() map[string]interface{} {
|
||||
|
Reference in New Issue
Block a user