MM-14721 - Add an identifier for compliance exports when a message is posted by a bot account (#11063)

* check from_bot post property to override IsBot
Этот коммит содержится в:
Eli Yukelzon
2019-06-14 18:36:38 +03:00
коммит произвёл GitHub
родитель e0197ebddf
Коммит 9ec99593eb
3 изменённых файлов: 23 добавлений и 6 удалений

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

@@ -23,6 +23,7 @@ type MessageExport struct {
PostMessage *string
PostType *string
PostRootId *string
PostProps *string
PostOriginalId *string
PostFileIds StringArray
}