summaryrefslogtreecommitdiffstats
path: root/model/channel_view.go
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-12-23 10:32:30 -0500
committerGitHub <noreply@github.com>2016-12-23 10:32:30 -0500
commit217cdf447a995fd8f2700b14ba790360ccaeabf6 (patch)
treeca0b01c4cd869fbadd1d5a831b5775ca9dc066dc /model/channel_view.go
parentffd6ccde2ed4b1d374d0835c5638a189df60a679 (diff)
downloadchat-217cdf447a995fd8f2700b14ba790360ccaeabf6.tar.gz
chat-217cdf447a995fd8f2700b14ba790360ccaeabf6.tar.bz2
chat-217cdf447a995fd8f2700b14ba790360ccaeabf6.zip
PLT-5073 Improve performance of /channels/view endpoint (#4881)
* Improve performance of /channels/view endpoint * Fix store unit test
Diffstat (limited to 'model/channel_view.go')
-rw-r--r--model/channel_view.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/model/channel_view.go b/model/channel_view.go
index 9803c4bbc..8be7af175 100644
--- a/model/channel_view.go
+++ b/model/channel_view.go
@@ -11,7 +11,6 @@ import (
type ChannelView struct {
ChannelId string `json:"channel_id"`
PrevChannelId string `json:"prev_channel_id"`
- Time int64 `json:"time"`
}
func (o *ChannelView) ToJson() string {