mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-23 06:10:30 +08:00
Fix warning
This commit is contained in:
parent
f75d597c29
commit
5be39d392a
@ -134,7 +134,7 @@ internal class NewContact {
|
||||
val struct = groupmsgs?.firstOrNull()
|
||||
|
||||
return if (struct == null) null else {
|
||||
struct.msg?.run {
|
||||
struct.msg?.run<Structmsg.SystemMsg, Packet> {
|
||||
if (c2cInviteJoinGroupFlag == 1) {
|
||||
// 被邀请入群
|
||||
BotInvitedJoinGroupRequestEvent(
|
||||
|
Loading…
Reference in New Issue
Block a user