summaryrefslogtreecommitdiffstats
path: root/store/store.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/store.go')
-rw-r--r--store/store.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/store/store.go b/store/store.go
index 9824ec213..d883ea5a2 100644
--- a/store/store.go
+++ b/store/store.go
@@ -170,7 +170,6 @@ type PostStore interface {
Overwrite(post *model.Post) StoreChannel
GetPostsByIds(postIds []string) StoreChannel
GetPostsBatchForIndexing(startTime int64, limit int) StoreChannel
- GetLastPostForChannel(channelId string) StoreChannel
}
type UserStore interface {