[MM-29666] compliance export skipped posts (#17445)

* add MessageExportCursor

* sort by PostUpdateAt and PostId

* re-run CI tests

* remove panic debugging line

Co-authored-by: Martin Kraft <martin@upspin.org>
Этот коммит содержится в:
Max Erenberg
2021-05-04 09:08:09 -04:00
коммит произвёл GitHub
родитель 0f34a7cc1d
Коммит 3e5b0a7d7f
8 изменённых файлов: 72 добавлений и 48 удалений

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

@@ -29,3 +29,8 @@ type MessageExport struct {
PostOriginalId *string
PostFileIds StringArray
}
type MessageExportCursor struct {
LastPostUpdateAt int64
LastPostId string
}