diff --git a/mirai-core/src/commonMain/kotlin/network/protocol/packet/OutgoingPacket.kt b/mirai-core/src/commonMain/kotlin/network/protocol/packet/OutgoingPacket.kt index 01211713c..b71f02a62 100644 --- a/mirai-core/src/commonMain/kotlin/network/protocol/packet/OutgoingPacket.kt +++ b/mirai-core/src/commonMain/kotlin/network/protocol/packet/OutgoingPacket.kt @@ -325,6 +325,7 @@ internal inline fun BytePacketBuilder.writeSsoPacket( EncryptServiceContext(client.uin, buildTypeSafeMap { set(EncryptServiceContext.KEY_APP_QUA, "V1_AND_SQ_8.9.58_4106_YYB_D") // 8.9.58 set(EncryptServiceContext.KEY_CHANNEL_PROXY, createChannelProxy(client.bot)) + set(EncryptServiceContext.KEY_DEVICE_INFO, client.device) set(EncryptServiceContext.KEY_QIMEI36, client.qimei36 ?: "") }), sequenceId,