build: 1.3.5-beta30

This commit is contained in:
手瓜一十雪 2024-05-17 21:58:48 +08:00
parent 26e224f852
commit f4d584765a

View File

@ -298,6 +298,7 @@ export class NapCatOnebot11 {
// if (notify.user2.uid) {
// member2 = await getGroupMember(notify.group.groupCode, null, notify.user2.uid);
// }
if ([GroupNotifyTypes.ADMIN_SET, GroupNotifyTypes.ADMIN_UNSET, GroupNotifyTypes.ADMIN_UNSET_OTHER].includes(notify.type)) {
const member1 = await getGroupMember(notify.group.groupCode, notify.user1.uid);
logDebug('有管理员变动通知');