mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-06 01:24:03 +00:00
Update dependencies (#1822)
This commit is contained in:
8
vendor/github.com/mattermost/mattermost-server/v6/model/channel.go
generated
vendored
8
vendor/github.com/mattermost/mattermost-server/v6/model/channel.go
generated
vendored
@ -178,6 +178,14 @@ func (o *Channel) DeleteAt_() float64 {
|
||||
return float64(o.DeleteAt)
|
||||
}
|
||||
|
||||
func (o *Channel) LastPostAt_() float64 {
|
||||
return float64(o.LastPostAt)
|
||||
}
|
||||
|
||||
func (o *Channel) TotalMsgCount_() float64 {
|
||||
return float64(o.TotalMsgCount)
|
||||
}
|
||||
|
||||
func (o *Channel) DeepCopy() *Channel {
|
||||
copy := *o
|
||||
if copy.SchemeId != nil {
|
||||
|
Reference in New Issue
Block a user