mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-27 14:39:24 +00:00
Sync with mattermost 3.5.0
This commit is contained in:
6
vendor/github.com/mattermost/platform/model/compliance_post.go
generated
vendored
6
vendor/github.com/mattermost/platform/model/compliance_post.go
generated
vendored
@ -34,7 +34,7 @@ type CompliancePost struct {
|
||||
PostType string
|
||||
PostProps string
|
||||
PostHashtags string
|
||||
PostFilenames string
|
||||
PostFileIds string
|
||||
}
|
||||
|
||||
func CompliancePostHeader() []string {
|
||||
@ -60,7 +60,7 @@ func CompliancePostHeader() []string {
|
||||
"PostType",
|
||||
"PostProps",
|
||||
"PostHashtags",
|
||||
"PostFilenames",
|
||||
"PostFileIds",
|
||||
}
|
||||
}
|
||||
|
||||
@ -99,6 +99,6 @@ func (me *CompliancePost) Row() []string {
|
||||
me.PostType,
|
||||
me.PostProps,
|
||||
me.PostHashtags,
|
||||
me.PostFilenames,
|
||||
me.PostFileIds,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user