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

Этот коммит содержится в:
Eli Yukelzon
2019-05-23 13:33:18 +03:00
коммит произвёл GitHub
родитель a8caee330a
Коммит e59674cfdd
6 изменённых файлов: 12 добавлений и 2 удалений

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

@@ -12,4 +12,5 @@ type ChannelMemberHistoryResult struct {
// these two fields are never set in the database - when we SELECT, we join on Users to get them
UserEmail string `db:"Email"`
Username string
IsBot bool
}

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

@@ -16,6 +16,7 @@ type MessageExport struct {
UserId *string
UserEmail *string
Username *string
IsBot bool
PostId *string
PostCreateAt *int64