mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-30 03:39:39 +02:00
Switch huly core (#10041)
* Switch to huly.core Signed-off-by: Andrey Sobolev <haiodo@gmail.com> * Fix build Signed-off-by: Andrey Sobolev <haiodo@gmail.com> --------- Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -867,8 +867,10 @@ async function downloadComments (
|
||||
_class: gmail.class.Message,
|
||||
content: comm.DESCRIPTION,
|
||||
textContent:
|
||||
parser.parseFromString(comm.DESCRIPTION, 'text/html').textContent?.split('\n').slice(0, 3).join('\n') ??
|
||||
'',
|
||||
(parser.parseFromString(comm.DESCRIPTION, 'text/html').textContent ?? '')
|
||||
.split('\n')
|
||||
.slice(0, 3)
|
||||
.join('\n') ?? '',
|
||||
incoming: comm.DIRECTION === '1',
|
||||
sendOn: new Date(comm.CREATED ?? new Date().toString()).getTime(),
|
||||
subject: comm.SUBJECT,
|
||||
|
||||
Reference in New Issue
Block a user