This commit is contained in:
手瓜一十雪
2025-02-08 17:00:11 +08:00
parent e4577dc2f1
commit 404bfdd5e6

View File

@@ -1069,7 +1069,7 @@ export class OneBotMsgApi {
}
}
return false;
}, 1, 1000).catch(undefined);
}, 1, 1000).catch(() => undefined);
if (dataNotify) {
return !dataNotify.actionUser.uid ? dataNotify.user2.uid : dataNotify.actionUser.uid;
}