summaryrefslogtreecommitdiffstats
path: root/app/admin.go
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2017-08-21 15:31:13 -0300
committerChristopher Speller <crspeller@gmail.com>2017-08-21 11:31:13 -0700
commit12a9180807f6e1e53023de001eb7f1e611026a91 (patch)
tree0d6028c41d4b874f90ce195787d085d0bb704a15 /app/admin.go
parent65ccd4afb20b6bec40b8561e0eb0865372371b17 (diff)
downloadchat-12a9180807f6e1e53023de001eb7f1e611026a91.tar.gz
chat-12a9180807f6e1e53023de001eb7f1e611026a91.tar.bz2
chat-12a9180807f6e1e53023de001eb7f1e611026a91.zip
[PLT-1015] Make all Mattermost system emails Multi-Part, with both a HTML and Plain Text version. (#5698)
* Implementation to Make all Mattermost system emails Multi-Part, with both a HTML and Plain Text version * update lib * update code per review * update to use the mattermost repo
Diffstat (limited to 'app/admin.go')
-rw-r--r--app/admin.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/admin.go b/app/admin.go
index 50ed769b6..b9e22a87f 100644
--- a/app/admin.go
+++ b/app/admin.go
@@ -212,7 +212,6 @@ func TestEmail(userId string, cfg *model.Config) *model.AppError {
return model.NewLocAppError("testEmail", "api.admin.test_email.reenter_password", nil, "")
}
}
-
if user, err := GetUser(userId); err != nil {
return err
} else {