From 12a9180807f6e1e53023de001eb7f1e611026a91 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Mon, 21 Aug 2017 15:31:13 -0300 Subject: [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 --- app/admin.go | 1 - 1 file changed, 1 deletion(-) (limited to 'app/admin.go') 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 { -- cgit v1.2.3-1-g7c22