fix(web-tools): land #31176 allow RFC2544 trusted fetch range (@sunkinux)

Landed from contributor PR #31176 by @sunkinux.

Co-authored-by: sunkinux <sunkinux@users.noreply.github.com>
This commit is contained in:
Peter Steinberger
2026-03-02 03:43:18 +00:00
parent 2a252a14cc
commit e1bf9591c3
4 changed files with 55 additions and 2 deletions

View File

@@ -955,8 +955,8 @@ describe("resolveOutboundSessionRoute", () => {
target: "12345",
threadId: "12345:99",
expected: {
sessionKey: "agent:main:telegram:direct:12345",
from: "telegram:12345",
sessionKey: "agent:main:telegram:direct:12345:thread:99",
from: "telegram:12345:topic:99",
to: "telegram:12345",
threadId: 99,
chatType: "direct",