mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-11 23:40:24 +00:00
fix: #880
This commit is contained in:
@@ -39,6 +39,6 @@ export default class SetGroupAddRequest extends OneBotAction<Payload, null> {
|
||||
notify = (await this.core.apis.GroupApi.getSingleScreenNotifies(true, 100)).find(e => e.seq == flag);
|
||||
return { doubt: true, notify };
|
||||
}
|
||||
return { doubt: true, notify };
|
||||
return { doubt: false, notify };
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user