mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
fix
This commit is contained in:
parent
b3b8f9cd72
commit
adcde6e49e
@ -346,6 +346,9 @@ function onLoad() {
|
|||||||
if (!!req.isInitiator || (req.isDecide && req.reqType !== BuddyReqType.KMEINITIATORWAITPEERCONFIRM)) {
|
if (!!req.isInitiator || (req.isDecide && req.reqType !== BuddyReqType.KMEINITIATORWAITPEERCONFIRM)) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
if (+req.reqTime < startTime / 1000) {
|
||||||
|
continue
|
||||||
|
}
|
||||||
let userId = 0
|
let userId = 0
|
||||||
try {
|
try {
|
||||||
const requesterUin = await NTQQUserApi.getUinByUid(req.friendUid)
|
const requesterUin = await NTQQUserApi.getUinByUid(req.friendUid)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user