icey-yu

Results 6 issues of 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对象 ``` 结果: ![A5$0F)DUMILNLGOYQY(XOIT](https://user-images.githubusercontent.com/119291641/227542108-7eee523f-e39d-4f80-b6ad-2e0b70481b5c.png) 其他说明:...

bug
help wanted

### 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 # feat: env

size/S

## 🅰 Please add the issue ID after "Fixes #" Fixes #2728 fix: group level change logic

size/M

## 🅰 Please add the issue ID after "Fixes #" Fixes #742 feat: mark all conversation as read

size/M

### Why this feature? Mark all conversation as read ### Suggested Solution Mark all conversation as read ### Additional Information _No response_

enhancement