[MM-32639] - Resend user invite emails (#17113)

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Allan Guwatudde
2021-03-31 20:20:53 +03:00
коммит произвёл GitHub
родитель ab5925c4de
Коммит 489eaa4605
14 изменённых файлов: 325 добавлений и 0 удалений

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

@@ -33,4 +33,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/v5/jobs/export_delete"
// This is a placeholder so this package can be imported in Team Edition when it will be otherwise empty.
_ "github.com/mattermost/mattermost-server/v5/jobs/resend_invitation_email"
)