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