1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-05-06 05:52:33 +08:00

Update GroupNotificationProcessor.kt

This commit is contained in:
赵怡然 2024-03-22 01:32:39 +08:00 committed by GitHub
parent f95b208ca8
commit 852a888aa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -331,7 +331,7 @@ internal class GroupNotificationProcessor(
return if (this == bot.id.toString()) {
bot
} else {
this.findMember()?: this.findFriendOrStranger()
this.findMember() ?: this.findFriendOrStranger()
}
}