Skip to content

Commit

Permalink
bump: icqq
Browse files Browse the repository at this point in the history
fix: 私聊视频
  • Loading branch information
clansty committed Sep 24, 2024
1 parent af3c659 commit ad7fd1e
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 9 deletions.
2 changes: 1 addition & 1 deletion main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@bogeychan/elysia-polyfills": "^0.6.4",
"@icqqjs/icqq": "file:..\\patches\\icqqjs-icqq-1.2.6-r2.tgz",
"@icqqjs/icqq": "1.3.0",
"@prisma/client": "5.19.0",
"dockerode": "^4.0.2",
"prisma": "5.19.0",
Expand Down
1 change: 1 addition & 0 deletions main/src/services/ForwardService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ export default class ForwardService {
event,
messageToSend,
}));
pbUrl += '.json';
}
catch (e) {
this.log.error('上传到 Pastebin 失败', e);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"@icqqjs/icqq@1.2.6": "patches/@[email protected]"
"@icqqjs/icqq@1.3.0": "patches/@[email protected]"
}
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
Expand Down
Binary file removed patches/icqqjs-icqq-1.2.6-r2.tgz
Binary file not shown.
39 changes: 32 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ad7fd1e

Please sign in to comment.