mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: #783
This commit is contained in:
@@ -1069,7 +1069,7 @@ export class OneBotMsgApi {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}, 1, 1000).catch(undefined);
|
}, 1, 1000).catch(() => undefined);
|
||||||
if (dataNotify) {
|
if (dataNotify) {
|
||||||
return !dataNotify.actionUser.uid ? dataNotify.user2.uid : dataNotify.actionUser.uid;
|
return !dataNotify.actionUser.uid ? dataNotify.user2.uid : dataNotify.actionUser.uid;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user