From 148fd01b54776cf7814f2f2370c60e48058c48ec Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Tue, 20 Dec 2016 09:41:04 -0500 Subject: Modifying post etag cache to apply to getPostsSince (#4837) --- api/post.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/post.go') diff --git a/api/post.go b/api/post.go index 1b855cab9..00cf21dda 100644 --- a/api/post.go +++ b/api/post.go @@ -1324,7 +1324,7 @@ func getPostsSince(c *Context, w http.ResponseWriter, r *http.Request) { return } - pchan := Srv.Store.Post().GetPostsSince(id, time) + pchan := Srv.Store.Post().GetPostsSince(id, time, true) if !HasPermissionToChannelContext(c, id, model.PERMISSION_READ_CHANNEL) { return -- cgit v1.2.3-1-g7c22