From 42e04d92c47dd7226b7e28e396f8d8d6f36e053b Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Tue, 3 Jan 2017 09:53:59 -0500 Subject: Adding memcache to getchannel (#4928) --- api/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/command.go') diff --git a/api/command.go b/api/command.go index a6c3ea201..842d67843 100644 --- a/api/command.go +++ b/api/command.go @@ -119,7 +119,7 @@ func executeCommand(c *Context, w http.ResponseWriter, r *http.Request) { return } - chanChan := Srv.Store.Channel().Get(commandArgs.ChannelId) + chanChan := Srv.Store.Channel().Get(commandArgs.ChannelId, true) teamChan := Srv.Store.Team().Get(c.TeamId) userChan := Srv.Store.User().Get(c.Session.UserId) -- cgit v1.2.3-1-g7c22