mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-29 02:36:17 +00:00
Sync with mattermost 2.2.0 release
This commit is contained in:
9
vendor/github.com/mattermost/platform/model/team.go
generated
vendored
9
vendor/github.com/mattermost/platform/model/team.go
generated
vendored
@ -232,12 +232,3 @@ func (o *Team) Sanitize() {
|
||||
o.Email = ""
|
||||
o.AllowedDomains = ""
|
||||
}
|
||||
|
||||
func (o *Team) SanitizeForNotLoggedIn() {
|
||||
o.Email = ""
|
||||
o.AllowedDomains = ""
|
||||
o.CompanyName = ""
|
||||
if !o.AllowOpenInvite {
|
||||
o.InviteId = ""
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user