From 9e8cd937908d5d2e730e94f761d6533eb2d95e28 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 18 Nov 2015 17:29:06 -0500 Subject: Implementing Permalinks and jumping to post from search. Performance improvements. --- api/context.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api/context.go') diff --git a/api/context.go b/api/context.go index a5d4169cb..a6f9bc1e1 100644 --- a/api/context.go +++ b/api/context.go @@ -37,6 +37,8 @@ type Page struct { ClientCfg map[string]string User *model.User Team *model.Team + Channel *model.Channel + PostID string SessionTokenIndex int64 } -- cgit v1.2.3-1-g7c22