mirror of
https://github.com/mamoe/mirai.git
synced 2025-04-09 02:10:10 +08:00
Use strong reference to qq in Member
This commit is contained in:
parent
b8dac30fa9
commit
6a324d4ab7
@ -181,7 +181,7 @@ internal class QQImpl(
|
||||
|
||||
@Suppress("MemberVisibilityCanBePrivate")
|
||||
internal class MemberImpl(
|
||||
val qq: QQImpl,
|
||||
val qq: QQImpl, // 不要 WeakRef
|
||||
group: GroupImpl,
|
||||
override val coroutineContext: CoroutineContext,
|
||||
memberInfo: MemberInfo
|
||||
|
Loading…
Reference in New Issue
Block a user