Skip to content

Commit 1856caa

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents 08c0497 + af0fe40 commit 1856caa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/onebot11/entities.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,8 @@ export namespace OB11Entities {
601601
if (xmlElement.templId === '10382') {
602602
ctx.logger.info('收到表情回应我的消息', xmlElement.templParam)
603603
return await GroupMsgEmojiLikeEvent.parse(ctx, xmlElement, msg.peerUid)
604-
} else if (xmlElement.templId == '10179') {
605-
ctx.logger.info('收到新人被邀请进群消息 templId: 10179', xmlElement)
604+
} else if (xmlElement.templId === '10179' || xmlElement.templId === '10180') {
605+
ctx.logger.info('收到新人被邀请进群消息', xmlElement)
606606
const invitor = xmlElement.templParam.get('invitor')
607607
const invitee = xmlElement.templParam.get('invitee')
608608
if (invitor && invitee) {

0 commit comments

Comments
 (0)