From 260d7a0f850a6f772b14b011022f1f65213a08a1 Mon Sep 17 00:00:00 2001 From: Martin Kraft Date: Fri, 1 Jun 2018 12:45:46 -0400 Subject: MM-10412: Adds deleteBy prop to posts. (#8896) --- store/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'store/store.go') diff --git a/store/store.go b/store/store.go index bfc0ab845..d8b875459 100644 --- a/store/store.go +++ b/store/store.go @@ -181,7 +181,7 @@ type PostStore interface { Update(newPost *model.Post, oldPost *model.Post) StoreChannel Get(id string) StoreChannel GetSingle(id string) StoreChannel - Delete(postId string, time int64) StoreChannel + Delete(postId string, time int64, deleteByID string) StoreChannel PermanentDeleteByUser(userId string) StoreChannel PermanentDeleteByChannel(channelId string) StoreChannel GetPosts(channelId string, offset int, limit int, allowFromCache bool) StoreChannel -- cgit v1.2.3-1-g7c22