optionally exclude threads in direct messages (#29042)
* optionally exclude threads in direct messages * add excludeDirect option in client4 * Skip flaky test * refactor double negate --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
@@ -88,6 +88,8 @@ type GetUserThreadsOpts struct {
|
||||
|
||||
// IncludeIsUrgent will return IsUrgent field as well to assert is the thread is urgent or not
|
||||
IncludeIsUrgent bool
|
||||
|
||||
ExcludeDirect bool
|
||||
}
|
||||
|
||||
func (o *Thread) Etag() string {
|
||||
|
||||
Ссылка в новой задаче
Block a user