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:
sandtechnology 2021-01-13 18:53:00 +08:00 committed by GitHub
parent 2caaade5d8
commit 837bae41fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,