mirror of
https://github.com/mamoe/mirai.git
synced 2024-12-31 05:08:22 +08:00
Remove test code
This commit is contained in:
parent
cf03b561df
commit
b76c23e647
@ -331,7 +331,7 @@ internal val MIRAI_CUSTOM_ELEM_TYPE = "mirai".hashCode() // 103904510
|
||||
|
||||
@Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
|
||||
internal fun List<ImMsgBody.Elem>.joinToMessageChain(groupIdOrZero: Long, bot: Bot, list: MessageChainBuilder) {
|
||||
(this._miraiContentToString().soutv())
|
||||
// (this._miraiContentToString().soutv())
|
||||
this.forEach { element ->
|
||||
when {
|
||||
element.srcMsg != null -> {
|
||||
|
Loading…
Reference in New Issue
Block a user