[GH-25494] add request context to public methods in bot go (#26408)
Этот коммит содержится в:
@@ -2463,7 +2463,7 @@ func TestUserAllowsEmail(t *testing.T) {
|
||||
t.Run("should return false in the case user is a bot", func(t *testing.T) {
|
||||
user := th.CreateUser()
|
||||
|
||||
th.App.ConvertUserToBot(user)
|
||||
th.App.ConvertUserToBot(th.Context, user)
|
||||
|
||||
channelMemberNotifcationProps := model.StringMap{
|
||||
model.EmailNotifyProp: model.ChannelNotifyDefault,
|
||||
|
||||
Ссылка в новой задаче
Block a user