clansty / Q2TG

QQ 与 Telegram 群相互转发的 bot
https://t.me/Q2TGbot
GNU Affero General Public License v3.0
718 stars 73 forks source link

[BUG] 消息内同时包含超级表情和文字时转发失败 #237

Closed sakarie9 closed 1 month ago

sakarie9 commented 3 months ago

复现:

图片

图片

LOG:

[2024-05-27T09:07:36.253] [ERROR] ForwardService - 0 - 从 QQ 到 TG 的消息转发失败 
TypeError: text.replace is not a function
    at Object.htmlEscape (/app/build/helpers/forwardHelper.js:14:35)
    at ForwardService.forwardFromQq (/app/build/services/ForwardService.js:167:67)
    at onQqMessage (/app/build/controllers/ForwardController.js:62:75)
    at OicqClient.onMessage (/app/build/client/OicqClient.js:108:31)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
clansty commented 1 month ago

fixed