MM-14721 - Add an identifier for compliance exports when a message is posted by a bot account (#10908)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a8caee330a
Коммит
e59674cfdd
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user