Implement content extraction job (#18022)

Этот коммит содержится в:
Claudio Costa
2021-08-04 11:10:53 +02:00
коммит произвёл GitHub
родитель 758116f3e3
Коммит a5463c8651
11 изменённых файлов: 241 добавлений и 2 удалений

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

@@ -36,4 +36,7 @@ import (
// This is a placeholder so this package can be imported in Team Edition when it will be otherwise empty.
_ "github.com/mattermost/mattermost-server/v6/jobs/resend_invitation_email"
// This is a placeholder so this package can be imported in Team Edition when it will be otherwise empty.
_ "github.com/mattermost/mattermost-server/v6/jobs/extract_content"
)