summaryrefslogtreecommitdiffstats
path: root/api/web_hub.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/web_hub.go')
-rw-r--r--api/web_hub.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/web_hub.go b/api/web_hub.go
index da40bf1c7..107491434 100644
--- a/api/web_hub.go
+++ b/api/web_hub.go
@@ -124,7 +124,7 @@ func InvalidateCacheForChannelPosts(channelId string) {
}
func InvalidateCacheForChannelPostsSkipClusterSend(channelId string) {
- Srv.Store.Post().InvalidatePostEtagCache(channelId)
+ Srv.Store.Post().InvalidateLastPostTimeCache(channelId)
}
func InvalidateCacheForUser(userId string) {