From bba3bbd9f3e250cca0ce705e664382fe3ad6e78a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Fri, 24 Aug 2018 09:53:44 +0200 Subject: MM-11572: Force correct order on messages generated in the bulk (#9244) --- store/store.go | 1 + 1 file changed, 1 insertion(+) (limited to 'store/store.go') diff --git a/store/store.go b/store/store.go index 34ba08091..0c89a0a91 100644 --- a/store/store.go +++ b/store/store.go @@ -172,6 +172,7 @@ type ChannelStore interface { MigrateChannelMembers(fromChannelId string, fromUserId string) StoreChannel ResetAllChannelSchemes() StoreChannel ClearAllCustomRoleAssignments() StoreChannel + ResetLastPostAt() StoreChannel } type ChannelMemberHistoryStore interface { -- cgit v1.2.3-1-g7c22