mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-20 21:50:10 +08:00
fix
This commit is contained in:
parent
3ef5436c98
commit
0ebeb90804
@ -264,7 +264,8 @@ export class OneBotGroupApi {
|
|||||||
// this.core.apis.GroupApi.refreshGroupMemberCache(msg.peerUid).then().catch();
|
// this.core.apis.GroupApi.refreshGroupMemberCache(msg.peerUid).then().catch();
|
||||||
// return this.parseSelfInviteEvent(msg, inviterUin, inviteeUin);
|
// return this.parseSelfInviteEvent(msg, inviterUin, inviteeUin);
|
||||||
// }
|
// }
|
||||||
} else if (grayTipElement.xmlElement?.templId === '10382') {
|
// } else
|
||||||
|
if (grayTipElement.xmlElement?.templId === '10382') {
|
||||||
return await this.obContext.apis.GroupApi.parseGroupEmojiLikeEventByGrayTip(msg.peerUid, grayTipElement);
|
return await this.obContext.apis.GroupApi.parseGroupEmojiLikeEventByGrayTip(msg.peerUid, grayTipElement);
|
||||||
} else {
|
} else {
|
||||||
//return await this.obContext.apis.GroupApi.parseGroupIncreaseEvent(msg.peerUid, grayTipElement);
|
//return await this.obContext.apis.GroupApi.parseGroupIncreaseEvent(msg.peerUid, grayTipElement);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user