diff --git a/src/core/packet/context/operationContext.ts b/src/core/packet/context/operationContext.ts index 8188a1e8..5e9afd72 100644 --- a/src/core/packet/context/operationContext.ts +++ b/src/core/packet/context/operationContext.ts @@ -118,7 +118,6 @@ export class PacketOperationContext { return `https://${res.download.downloadDns}/ftn_handler/${Buffer.from(res.download.downloadUrl).toString('hex')}/?fname=`; } - // TODO: why type hint is not working here? async GetGroupPttUrl(groupUin: number, node: NapProtoEncodeStructType) { const req = trans.DownloadGroupPtt.build(groupUin, node); const resp = await this.context.client.sendOidbPacket(req, true); diff --git a/src/native/packet/MoeHoo.darwin.arm64.node b/src/native/packet/MoeHoo.darwin.arm64.node index 9315302a..829749c4 100644 Binary files a/src/native/packet/MoeHoo.darwin.arm64.node and b/src/native/packet/MoeHoo.darwin.arm64.node differ diff --git a/src/native/packet/MoeHoo.darwin.x64.node b/src/native/packet/MoeHoo.darwin.x64.node new file mode 100644 index 00000000..66cfff98 Binary files /dev/null and b/src/native/packet/MoeHoo.darwin.x64.node differ