From 275731578e72d2c6e12cfb2fc315d3446474faec Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Mon, 16 Jul 2018 15:49:26 -0400 Subject: MM-10254 Add plugin APIs for getting/updating user statuses (#9101) * Add plugin APIs for getting/updating user statuses * Add and update tests * Updates per feedback --- app/auto_responder_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/auto_responder_test.go') diff --git a/app/auto_responder_test.go b/app/auto_responder_test.go index 65b466c92..f78bbc669 100644 --- a/app/auto_responder_test.go +++ b/app/auto_responder_test.go @@ -18,7 +18,7 @@ func TestSetAutoResponderStatus(t *testing.T) { user := th.CreateUser() defer th.App.PermanentDeleteUser(user) - th.App.SetStatusOnline(user.Id, "", true) + th.App.SetStatusOnline(user.Id, true) patch := &model.UserPatch{} patch.NotifyProps = make(map[string]string) @@ -57,7 +57,7 @@ func TestDisableAutoResponder(t *testing.T) { user := th.CreateUser() defer th.App.PermanentDeleteUser(user) - th.App.SetStatusOnline(user.Id, "", true) + th.App.SetStatusOnline(user.Id, true) patch := &model.UserPatch{} patch.NotifyProps = make(map[string]string) -- cgit v1.2.3-1-g7c22