mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-03 11:32:28 +08:00
Fix build
This commit is contained in:
parent
92a57907ec
commit
b1f666e075
@ -66,7 +66,7 @@ internal class QQImpl(
|
|||||||
override val id: Long,
|
override val id: Long,
|
||||||
private val friendInfo: FriendInfo
|
private val friendInfo: FriendInfo
|
||||||
) : QQ() {
|
) : QQ() {
|
||||||
var lastMessageSequence: AtomicInt = atomic(-1)
|
val lastMessageSequence: AtomicInt = atomic(-1)
|
||||||
|
|
||||||
override val bot: QQAndroidBot by bot.unsafeWeakRef()
|
override val bot: QQAndroidBot by bot.unsafeWeakRef()
|
||||||
override val nick: String
|
override val nick: String
|
||||||
|
Loading…
Reference in New Issue
Block a user