1
0
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:
Him188 2020-03-02 16:01:40 +08:00
parent b8dac30fa9
commit 6a324d4ab7

View File

@ -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