Adding RootId information to MessageExport (#9030)
Этот коммит содержится в:
коммит произвёл
Carlos Tadeu Panato Junior
родитель
e5703ce2a0
Коммит
c66b567a1d
@@ -21,6 +21,7 @@ type MessageExport struct {
|
|||||||
PostCreateAt *int64
|
PostCreateAt *int64
|
||||||
PostMessage *string
|
PostMessage *string
|
||||||
PostType *string
|
PostType *string
|
||||||
|
PostRootId *string
|
||||||
PostOriginalId *string
|
PostOriginalId *string
|
||||||
PostFileIds StringArray
|
PostFileIds StringArray
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -224,6 +224,7 @@ func (s SqlComplianceStore) MessageExport(after int64, limit int) store.StoreCha
|
|||||||
Posts.Message AS PostMessage,
|
Posts.Message AS PostMessage,
|
||||||
Posts.Type AS PostType,
|
Posts.Type AS PostType,
|
||||||
Posts.OriginalId AS PostOriginalId,
|
Posts.OriginalId AS PostOriginalId,
|
||||||
|
Posts.RootId AS PostRootId,
|
||||||
Posts.FileIds AS PostFileIds,
|
Posts.FileIds AS PostFileIds,
|
||||||
Teams.Id AS TeamId,
|
Teams.Id AS TeamId,
|
||||||
Teams.Name AS TeamName,
|
Teams.Name AS TeamName,
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user