1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-03-25 06:50:09 +08:00

push to work

This commit is contained in:
jiahua.liu 2020-01-24 15:26:59 +08:00
parent ca0cc35661
commit 0f23068993
2 changed files with 27 additions and 5 deletions
mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/packet

View File

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