mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-27 17:00:14 +08:00
Remove UNSUPPORTED_MERGED_MESSAGE_PLAIN, fix #1119
This commit is contained in:
parent
cea4d23d7f
commit
3f807353b3
@ -61,7 +61,7 @@ internal fun MessageChain.toRichTextElems(
|
||||
)
|
||||
)
|
||||
)
|
||||
transformOneMessage(UNSUPPORTED_MERGED_MESSAGE_PLAIN)
|
||||
// transformOneMessage(UNSUPPORTED_MERGED_MESSAGE_PLAIN)
|
||||
}
|
||||
is LongMessageInternal -> {
|
||||
check(longTextResId == null) { "There must be no more than one LongMessage element in the message chain" }
|
||||
|
Loading…
Reference in New Issue
Block a user