-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug?]: send_forward_msg
不能在群聊中正常显示图片
#319
Comments
刚在别的群跟几位大佬聊了下,这个问题应该是发到群的图片是私聊类型,但是rkey拿的是群聊的,导致了图裂 |
那感觉应该是 |
send_forward_msg
不能正常处理Base64图片send_forward_msg
不能在群聊中正常显示图片
其实 OneBot 定义了这个东西,在 合并转发自定义节点 这里写的,segment 里定义的标记了发的消息段都是可以通过发送消息三个action API发送的,go-cq可能实现的比较早所以以扩展的方式去实现了,这边按理来说应该以标准的方式去实现的。 |
因为 Lagrange 没法预测 相关方案讨论中 请先使用 |
请确保您已阅读以上注意事项,并勾选下方的确认框。
Lagrange项目
OneBot
所使用/依赖的Lagrange项目对应的commit
0795d62
运行环境
Linux
运行架构
x64
连接方式
正向 WebSocket
重现步骤
在合并消息构建中使用Base64图片
期望的结果是什么?
正常发送Base64图片
实际的结果是什么?
图片无法显示
简单的复现代码/链接(可选)
向Lagrange发送:
发送:
获取到:
继续发送:
获取到:
实际效果:
日志记录(可选)
No response
补充说明(可选)
目前好像
send_group_forward_msg
能正常处理Base64图片,不知道是这样设计的还是send_forward_msg
方式本身不能发图片The text was updated successfully, but these errors were encountered: