Skip to content

Commit 80c3570

Browse files
authored
Update to MPS4BotSDK 4.0. (#975)
Fixes a bug with messages pagination.
1 parent b16f238 commit 80c3570

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"matrix-appservice-bridge": "^10.3.1",
6666
"matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.7.1-element.6",
6767
"matrix-protection-suite": "npm:@gnuxie/[email protected]",
68-
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@3.12.0",
68+
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@4.0.0",
6969
"pg": "^8.8.0",
7070
"yaml": "^2.3.2"
7171
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2598,10 +2598,10 @@ matrix-appservice@^2.0.0:
25982598
request-promise "^4.2.6"
25992599
sanitize-html "^2.11.0"
26002600

2601-
"matrix-protection-suite-for-matrix-bot-sdk@npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@3.12.0":
2602-
version "3.12.0"
2603-
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite-for-matrix-bot-sdk/-/matrix-protection-suite-for-matrix-bot-sdk-3.12.0.tgz#74394ad099fb0d60709d817065c8221154b2132f"
2604-
integrity sha512-hdTLuwvhFg+qcZeOJCrKzhg5Tpn2X6VMRAj2uKQkHdx6KF+2MwiZoOrWCZ1BlssFXOyZwIvTLULeDU7Wa1JNPQ==
2601+
"matrix-protection-suite-for-matrix-bot-sdk@npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@4.0.0":
2602+
version "4.0.0"
2603+
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite-for-matrix-bot-sdk/-/matrix-protection-suite-for-matrix-bot-sdk-4.0.0.tgz#8a0763d57d9d216c66f641c22509942542d13199"
2604+
integrity sha512-k9w7mjtLs3QRpTYpIBYe/CNTIgtAePGKyb9oyX9VUI/pfWZF+gJ6Ef90K0ka9HbJSA22kOz3weB6Gg/B6Ejhjw==
26052605
dependencies:
26062606
"@gnuxie/typescript-result" "^1.0.0"
26072607
await-lock "^2.2.2"

0 commit comments

Comments
 (0)