This commit is contained in:
手瓜一十雪
2024-11-24 12:17:23 +08:00
parent 70c4651fbf
commit 54f805b6e4
5 changed files with 46 additions and 28 deletions

View File

@@ -551,7 +551,7 @@ export class NapCatOneBot11Adapter {
}
private async handleMsg(message: RawMessage, network: Array<AdapterConfigWrap>) {
try {
const ob11Msg = await this.apis.MsgApi.parseMessageV2(message);
const ob11Msg = await this.apis.MsgApi.parseMessageV2(message, this.configLoader.configData.parseMultMsg);
if (ob11Msg) {
const isSelfMsg = this.isSelfMessage(ob11Msg);
this.context.logger.logDebug('转化为 OB11Message', ob11Msg);