feat(Yuanbao): support wechat forward msg (#43508)

* feat(yuanbao): support wechat forward msg

* feat(yuanbao): support wechat forward msg

---------

Co-authored-by: loongfay <izhaolongfei@gmail.com>
This commit is contained in:
loongfay
2026-06-12 02:06:47 -07:00
committed by GitHub
co-authored by loongfay
parent 0fd34e8c5a
commit e20e0bd744
3 changed files with 554 additions and 43 deletions
+3 -2
View File
@@ -704,6 +704,7 @@ class TestCreateInboundPipeline:
"group-attribution",
"classify-msg-type",
"quote-context",
"forwarded-records-parse",
"media-resolve",
"patch-anchors",
"dispatch",
@@ -1082,9 +1083,9 @@ class TestResolveYbresRefs:
"""Refs whose kind is outside ``_RESOLVABLE_MEDIA_KINDS`` are dropped silently."""
adapter = make_adapter()
refs = [
("rid-v", "video", ""), # not resolvable
("rid-a", "voice", ""), # not resolvable
("rid-i", "image", "ok.jpg"), # resolvable
("rid-?", "unknown", ""), # not resolvable
("rid-?", "unknown", ""), # not resolvable
]
with patch.object(