MM-11572: Force correct order on messages generated in the bulk (#9244)

Этот коммит содержится в:
Jesús Espino
2018-08-24 09:53:44 +02:00
коммит произвёл GitHub
родитель 8bbee74ed8
Коммит bba3bbd9f3
6 изменённых файлов: 66 добавлений и 7 удалений

Просмотреть файл

@@ -172,6 +172,7 @@ type ChannelStore interface {
MigrateChannelMembers(fromChannelId string, fromUserId string) StoreChannel
ResetAllChannelSchemes() StoreChannel
ClearAllCustomRoleAssignments() StoreChannel
ResetLastPostAt() StoreChannel
}
type ChannelMemberHistoryStore interface {