From d3a285e64d051aa8d5c4c9854597dfbcce107675 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Thu, 19 Jan 2017 09:00:13 -0500 Subject: Migrate functions to app package (#5106) * Refactor and move session logic into app package * Refactor email functions into the app package * Refactor password update into app package * Migrate user functions to app package * Move team functions into app package * Migrate channel functions into app package * Pass SiteURL through to app functions * Update based on feedback --- app/session_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/session_test.go') diff --git a/app/session_test.go b/app/session_test.go index 352395c76..aea31cf86 100644 --- a/app/session_test.go +++ b/app/session_test.go @@ -22,7 +22,7 @@ func TestCache(t *testing.T) { t.Fatal("should have items") } - RemoveAllSessionsForUserId(session.UserId) + ClearSessionCacheForUser(session.UserId) rkeys := sessionCache.Keys() if len(rkeys) != len(keys)-1 { -- cgit v1.2.3-1-g7c22