mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-04 17:49:01 +08:00
chore: remove debug
This commit is contained in:
parent
8363ab07a7
commit
687aa0f363
@ -318,7 +318,7 @@ export class OB11Constructor {
|
||||
if (msg.chatType !== ChatType.group) {
|
||||
return;
|
||||
}
|
||||
log("group msg", msg);
|
||||
//log("group msg", msg);
|
||||
if (msg.senderUin && msg.senderUin !== '0') {
|
||||
const member = await getGroupMember(msg.peerUid, msg.senderUin);
|
||||
if (member && member.cardName !== msg.sendMemberName) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user