1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-25 04:50:26 +08:00
This commit is contained in:
cssxsh 2023-07-04 18:19:30 +08:00
parent 1d330c2f04
commit 8ef30d9e74
No known key found for this signature in database
GPG Key ID: 92849F91CA9D8ECE
2 changed files with 2 additions and 1 deletions
mirai-core/src
commonMain/kotlin/message/protocol/impl
commonTest/kotlin/message/protocol

View File

@ -71,6 +71,7 @@ internal class AnimatedStickerProtocol : MessageProtocol() {
)
collect(ImMsgBody.Elem(commonElem = commonElem))
processAlso(data.contentToString().toPlainText())
}
}
}

View File

@ -1,5 +1,5 @@
/*
* Copyright 2019-2022 Mamoe Technologies and contributors.
* Copyright 2019-2023 Mamoe Technologies and contributors.
*
* 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
* Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.