Automatic Merge
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
12dce033d6
Коммит
21a86506f9
@@ -344,7 +344,7 @@ func (th *TestHelper) createPost(tb testing.TB, channel *model.Channel) *model.P
|
||||
CreateAt: model.GetMillis() - 10000,
|
||||
}
|
||||
|
||||
post, appErr := th.App.CreatePost(th.Context, post, channel, model.CreatePostFlags{SetOnline: true})
|
||||
post, _, appErr := th.App.CreatePost(th.Context, post, channel, model.CreatePostFlags{SetOnline: true})
|
||||
require.Nil(tb, appErr)
|
||||
return post
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user