mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-05 18:24:03 +00:00
Update dependencies (#1841)
This commit is contained in:
3
vendor/github.com/mattermost/mattermost-server/v6/model/thread.go
generated
vendored
3
vendor/github.com/mattermost/mattermost-server/v6/model/thread.go
generated
vendored
@ -67,6 +67,9 @@ type GetUserThreadsOpts struct {
|
||||
// TotalsOnly will not fetch any threads and just fetch the total counts
|
||||
TotalsOnly bool
|
||||
|
||||
// ThreadsOnly will fetch threads but not calculate totals and will return 0
|
||||
ThreadsOnly bool
|
||||
|
||||
// TeamOnly will only fetch threads and unreads for the specified team and excludes DMs/GMs
|
||||
TeamOnly bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user