UBERF-10632: Fix email thread creation date (#8968)

This commit is contained in:
Artyom Savchenko 2025-05-18 23:35:06 +07:00 committed by GitHub
parent b79afafa77
commit 6691ac27a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -221,10 +221,11 @@ async function saveMessageToSpaces (
archived: false, archived: false,
createdBy: modifiedBy, createdBy: modifiedBy,
modifiedBy, modifiedBy,
parent: channel parent: channel,
createdOn: createdDate
}, },
generateId(), generateId(),
undefined, createdDate,
modifiedBy modifiedBy
) )
await client.createMixin( await client.createMixin(