mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 20:05:46 -06:00
fix(telegram): satisfy topic reply lint
Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
committed by
Ayaan Zaidi
parent
733152127b
commit
e2db55373d
@@ -108,8 +108,8 @@ function resolveTelegramNativeReplyRootThreadId(params: {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
const chainRootId = [...params.replyChain]
|
||||
.reverse()
|
||||
const chainRootId = params.replyChain
|
||||
.toReversed()
|
||||
.map((entry) => normalizeTelegramNativeThreadMessageId(entry.messageId))
|
||||
.find(Boolean);
|
||||
const directReplyId =
|
||||
|
||||
Reference in New Issue
Block a user