mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-02 04:30:25 +08:00
Fix Long message error (#857)
* Fix #195 again, also fix #539 * Let AtAll consistent with At Co-authored-by: Him188 <Him188@mamoe.net> * Change Member to NormalMember for capable events * Make StrangerRelationChangeEvent sealed * 2.0-RC * Fix dokka * Fix #195 again Co-authored-by: Him188 <Him188@mamoe.net>
This commit is contained in:
parent
2caaade5d8
commit
837bae41fc
@ -162,7 +162,7 @@ internal class GroupImpl(
|
||||
imageCnt = it
|
||||
})
|
||||
|
||||
if (length > 702 || imageCnt > 2) { // 阈值为700左右,限制到3的倍数
|
||||
if (length > 702 || imageCnt > 1) { // 阈值为700左右,限制到3的倍数
|
||||
return MiraiImpl.lowLevelSendGroupLongOrForwardMessage(
|
||||
bot,
|
||||
this.id,
|
||||
|
Loading…
Reference in New Issue
Block a user