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:
Andrey Sobolev
2025-10-07 20:23:46 +05:00
committed by GitHub
parent dd74587eb0
commit 0a682d03e3
840 changed files with 9459 additions and 41815 deletions
+4 -2
View File
@@ -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,