Skip to content
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

iOS 私聊无法查看到转发的消息 #1575

Closed
SugarFatFree opened this issue Sep 22, 2021 · 4 comments
Closed

iOS 私聊无法查看到转发的消息 #1575

SugarFatFree opened this issue Sep 22, 2021 · 4 comments
Labels
N 优先级: 一般 s:core 子系统: mirai-core t:bug 类型: bug
Milestone

Comments

@SugarFatFree
Copy link

消息转发,安卓手机和电脑查看没有问题,使用iphone上的QQ查看,会提示消息加载失败!

                ForwardMessageBuilder forward = new ForwardMessageBuilder(friend);
                String[] msgList = result.split("\n");
                for (String msg : msgList) {
                    forward.add(bot, new PlainText(msg));
                }
                friend.sendMessage(forward.build());
  • mirai-core: 2.7.1-dev-1
  • bot-protocol: ANDROID_PHONE
@SugarFatFree SugarFatFree added the x:question 标签: 需要更多信息 label Sep 22, 2021
@Him188
Copy link
Member

Him188 commented Sep 23, 2021

试试2.8.0-M1

@Him188 Him188 added the z:wait-for-reply 状态: 等待回复 label Sep 23, 2021
@SugarFatFree
Copy link
Author

试试2.8.0-M1

还是不行,群里发的可以,私聊的不行

@Him188 Him188 added N 优先级: 一般 and removed z:wait-for-reply 状态: 等待回复 labels Oct 18, 2021
@Him188 Him188 added this to the Backlog milestone Oct 18, 2021
@Him188 Him188 added the s:core 子系统: mirai-core label Jan 4, 2022
@Karlatemp
Copy link
Member

现在应该已经没有问题了, 当前版本 ios qq 现在也能正确看到了

@Karlatemp
Copy link
Member

哦等会,我忘记看上下文了,私聊还是不行)))

@Karlatemp Karlatemp reopened this Dec 14, 2022
@Karlatemp Karlatemp added t:bug 类型: bug and removed x:question 标签: 需要更多信息 labels Dec 14, 2022
@Karlatemp Karlatemp modified the milestones: Backlog, 2.14.0-RC Dec 14, 2022
@Karlatemp Karlatemp changed the title iphone无法查看到转发的消息 iphone私聊无法查看到转发的消息 Dec 14, 2022
@Karlatemp Karlatemp changed the title iphone私聊无法查看到转发的消息 iOS 私聊无法查看到转发的消息 Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
N 优先级: 一般 s:core 子系统: mirai-core t:bug 类型: bug
Projects
None yet
Development

No branches or pull requests

3 participants