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>
Этот коммит содержится в:
Aydın Davutoğlu
2023-11-07 21:25:52 +03:00
коммит произвёл GitHub
родитель 9596c46115
Коммит b19b62b83f
5 изменённых файлов: 22 добавлений и 22 удалений

Просмотреть файл

@@ -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)