1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-03-26 07:20:09 +08:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Him188 2020-01-24 15:27:45 +08:00
commit ecc2f4674c
2 changed files with 27 additions and 5 deletions
mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/packet

View File

@ -36,4 +36,5 @@ internal object ImageUpPacket : PacketFactory<ImageUpPacket.ImageUpPacketRespons
object Success : ImageUpPacketResponse()
}
}