mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 13:01:14 +00:00
fix: downloadRawMsgMedia edge case
This commit is contained in:
parent
ad2f843c8f
commit
1eb5cd6237
@ -344,7 +344,7 @@ export class NTQQFileApi {
|
|||||||
filePath: thumbPath,
|
filePath: thumbPath,
|
||||||
}],
|
}],
|
||||||
() => true,
|
() => true,
|
||||||
(arg) => arg.msgId === msgId,
|
(arg) => arg.msgElementId === elementId && arg.msgId === msgId,
|
||||||
1,
|
1,
|
||||||
timeout,
|
timeout,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user