fix: downloadRawMsgMedia edge case

This commit is contained in:
pk5ls20 2024-10-27 09:04:24 +08:00
parent 1bb72c4047
commit 60c6a409b3

View File

@ -344,7 +344,7 @@ export class NTQQFileApi {
filePath: thumbPath,
}],
() => true,
(arg) => arg.msgId === msgId,
(arg) => arg.msgElementId === elementId && arg.msgId === msgId,
1,
timeout,
);