mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-15 16:10:12 +08:00
Transform VipFace as PlainText
This commit is contained in:
parent
90df88050f
commit
4840a57b4a
@ -149,6 +149,9 @@ internal fun MessageChain.toRichTextElems(forGroup: Boolean, withGeneralFlags: B
|
||||
}
|
||||
}
|
||||
}
|
||||
is VipFace -> {
|
||||
transformOneMessage(PlainText(it.contentToString()))
|
||||
}
|
||||
is ForwardMessage,
|
||||
is MessageSource, // mirai metadata only
|
||||
is RichMessage // already transformed above
|
||||
|
Loading…
Reference in New Issue
Block a user