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>
Этот коммит содержится в:
@@ -972,6 +972,7 @@ func TestUpdateChannelBookmarkSortOrder(t *testing.T) {
|
||||
})
|
||||
|
||||
t.Run("a websockets event should be fired as part of editing a bookmark's sort order", func(t *testing.T) {
|
||||
t.Skip("MM-61301")
|
||||
now := model.GetMillis()
|
||||
webSocketClient, err := th.CreateWebSocketClient()
|
||||
require.NoError(t, err)
|
||||
|
||||
Ссылка в новой задаче
Block a user