mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-06 01:24:03 +00:00
Update dependencies and vendor (#1761)
This commit is contained in:
2
vendor/github.com/mattermost/mattermost-server/v6/model/channel_count.go
generated
vendored
2
vendor/github.com/mattermost/mattermost-server/v6/model/channel_count.go
generated
vendored
@ -17,7 +17,7 @@ type ChannelCounts struct {
|
||||
}
|
||||
|
||||
func (o *ChannelCounts) Etag() string {
|
||||
// we don't include CountsRoot in ETag calculation, since it's a deriviative
|
||||
// we don't include CountsRoot in ETag calculation, since it's a derivative
|
||||
ids := []string{}
|
||||
for id := range o.Counts {
|
||||
ids = append(ids, id)
|
||||
|
Reference in New Issue
Block a user