mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-17 22:10:29 +00:00
fix: #783
This commit is contained in:
parent
e4577dc2f1
commit
404bfdd5e6
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user