Commit 96ed6544 authored by Him188's avatar Him188

Fix missing `ForwardMessage.Key` in `firstOrNull`

parent 9903ef46
......@@ -204,6 +204,7 @@ internal fun <M : Message> MessageChain.firstOrNullImpl(key: Message.Key<M>): M?
FriendFlashImage -> firstIsInstanceOrNull<FriendFlashImage>()
CustomMessage -> firstIsInstanceOrNull()
CustomMessageMetadata -> firstIsInstanceOrNull()
ForwardMessage -> firstIsInstanceOrNull()
else -> {
this.forEach { message ->
if (message is CustomMessage) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment