icey-yu
icey-yu
Mirai版本:v0.0.0-20230315231550-b461f356a30a 运行环境:win64 使用协议:AndroidPad 重现步骤:使用`message.NewReply(groupMessage)`方法回复一个群里的**回复消息** 代码: ```go sendingMessage := message.NewSendingMessage() reply := message.NewReply(groupMessage) // 从事件中获取而来 msgStr := message.NewText("测试") sendingMessage.Elements = append(sendingMessage.Elements, msgStr, reply) bot.SendGroupMessage(groupCode, sendingMessage) // bot为机器人client对象 ``` 结果:  其他说明:...
### Why this feature? GetConversationsHasReadAndMaxSeq using a for loop to request Redis and the database is inefficient. ### Suggested Solution Optimize using goroutines and batch requests. ### Additional Information _No...
## 🅰 Please add the issue ID after "Fixes #" Fixes #2728 fix: group level change logic
## 🅰 Please add the issue ID after "Fixes #" Fixes #742 feat: mark all conversation as read
### Why this feature? Mark all conversation as read ### Suggested Solution Mark all conversation as read ### Additional Information _No response_
## 🅰 Please add the issue ID after "Fixes #" Fixes #662
### OpenIM Server Version 3.8.3 ### Operating System and CPU Architecture Linux (AMD) ### Deployment Method Source Code Deployment ### Bug Description and Steps to Reproduce Robot can`t work in...