Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Dituon/petpet into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Dituon committed Jan 24, 2025
2 parents 678a37d + 8281e57 commit 2b6fdc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ open class OnebotMessageChainWrapper(
val atTarget = data[FIELD_QQ].asString
if (atTarget == AT_ALL) return@forEach

if (!firstAtSenderRemoved && msgObj[FIELD_USER_ID].asString == atTarget) {
if (!firstAtSenderRemoved && eventObject[FIELD_USER_ID].asString == atTarget) {
firstAtSenderRemoved = true
return@forEach
}
Expand Down

0 comments on commit 2b6fdc1

Please sign in to comment.