Use flags for create post (#28857)
* Use flags for create post * Remove unintended file * Fix unintended change and types --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
43a06d1b78
Коммит
2d96053012
@@ -213,7 +213,7 @@ func TestSendPersistentNotifications(t *testing.T) {
|
||||
},
|
||||
},
|
||||
}
|
||||
_, appErr := th.App.CreatePost(th.Context, p1, th.BasicChannel, false, false)
|
||||
_, appErr := th.App.CreatePost(th.Context, p1, th.BasicChannel, model.CreatePostFlags{})
|
||||
require.Nil(t, appErr)
|
||||
|
||||
err := th.App.SendPersistentNotifications()
|
||||
|
||||
Ссылка в новой задаче
Block a user