mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
Shamrock
: 連結転送逆順の修正
This commit is contained in:
parent
bc967cf926
commit
0a41429d71
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user