mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-23 08:17:15 +00:00
UBERF-10632: Fix email thread creation date (#8968)
This commit is contained in:
parent
b79afafa77
commit
6691ac27a2
@ -221,10 +221,11 @@ async function saveMessageToSpaces (
|
||||
archived: false,
|
||||
createdBy: modifiedBy,
|
||||
modifiedBy,
|
||||
parent: channel
|
||||
parent: channel,
|
||||
createdOn: createdDate
|
||||
},
|
||||
generateId(),
|
||||
undefined,
|
||||
createdDate,
|
||||
modifiedBy
|
||||
)
|
||||
await client.createMixin(
|
||||
|
Loading…
Reference in New Issue
Block a user