Shamrock: 連結転送逆順の修正

This commit is contained in:
WhiteChi 2023-11-10 00:39:58 +08:00
parent bc967cf926
commit 0a41429d71

View File

@ -89,7 +89,7 @@ internal object SendGroupForwardMsg: IActionHandler() {
forwardMsgCallback = {
msgService.multiForwardMsg(ArrayList<MultiMsgInfo>(msgIds.size).apply {
msgIds.forEach { add(MultiMsgInfo(it.second, it.first)) }
}, from, to) { code, why ->
}.also { it.reverse() }, from, to) { code, why ->
if (code != 0)
LogCenter.log("合并转发消息:$code($why)", Level.WARN)
}