Skip to content

Commit

Permalink
Update GroupWrapper.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXiaoM committed Jan 6, 2024
1 parent ef69b62 commit da56462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class GroupWrapper(
get() = members.firstOrNull { it.id == bot.id } ?: runBlocking {
val data = botWrapper.impl.getGroupMemberInfo(id, bot.id, false).data
MemberWrapper(botWrapper, this@GroupWrapper, data ?: GroupMemberInfoResp(
id, bot.id, bot.nick, "", "", 0, "", 0, 0, 0, "member", false, "", 0, true
id, bot.id, bot.nick, "", "", 0, "", 0, 0, 0, "member", false, "", 0, true, 0
))
}
override val owner: NormalMember
Expand Down

0 comments on commit da56462

Please sign in to comment.