Add the request context and logger to all public methods in server/channels/app/auto_responder.go (#25295)
Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9596c46115
Коммит
b19b62b83f
@@ -1390,7 +1390,7 @@ func patchUser(c *Context, w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
c.App.SetAutoResponderStatus(ruser, ouser.NotifyProps)
|
||||
c.App.SetAutoResponderStatus(c.AppContext, ruser, ouser.NotifyProps)
|
||||
|
||||
auditRec.Success()
|
||||
auditRec.AddEventResultState(ruser)
|
||||
|
||||
Ссылка в новой задаче
Block a user