project-mirai / mirai-api-http

Mirai HTTP API (console) plugin
GNU Affero General Public License v3.0
1.65k stars 345 forks source link

bot发送聊天记录有问题,消息发言人名称会变成bot自己,发送给好友聊天记录无法使用安卓和iPhone查看 #596

Closed MDeath closed 2 years ago

MDeath commented 2 years ago

发出的聊天记录的内容

{
    "type": "Forward",
    "nodeList": [
        {
            "senderId": 2198426231,
            "senderName": "嘎嘎嘎",
            "messageChain": [
                {
                    "type": "Plain",
                    "text": "我嘎嘎嘎乱杀"
                }
            ]
        }
    ]
}

发出的消息 image 电脑端查看实际聊天记录的内容 image 手机端查看群聊实际聊天记录的内容 (I7%IOVMH%2(WPP80~$(P41 手机端查看好友实际聊天记录的内容 6{BXHEOH}BGZE3 {S{%3Q22

聊天记录的发送有问题

ryoii commented 2 years ago

senderId 用的是谁的,core 版本的多少

MDeath commented 2 years ago

senderId 用的是谁的,core 版本的多少

image

ryoii commented 2 years ago

可以的话升级下 core, 看看是不是这个问题引起的 release

MDeath commented 2 years ago

可以的话升级下 core, 看看是不是这个问题引起的 release

ok好了,今天试了