Skip to content

Commit f72c7fc

Browse files
authored
Fix synapse room list parse errors. (#906)
Wasn't decoding join rules properly.
1 parent 026de3b commit f72c7fc

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
@@ -64,7 +64,7 @@
6464
"matrix-appservice-bridge": "^10.3.1",
6565
"matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.7.1-element.6",
6666
"matrix-protection-suite": "npm:@gnuxie/[email protected]",
67-
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/[email protected].1",
67+
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/[email protected].2",
6868
"pg": "^8.8.0",
6969
"yaml": "^2.3.2"
7070
},

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/[email protected].1":
2602-
version "3.6.1"
2603-
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite-for-matrix-bot-sdk/-/matrix-protection-suite-for-matrix-bot-sdk-3.6.1.tgz#e790f2caf081c151f0aee1a193c40009d93fa0e9"
2604-
integrity sha512-TG41kuy3lNjxaFvDm1jTWm2o6rQk5N+f0cNb7oB4MgNZAgv2WQZqDvyaD7HcfYzAlCS6f1z3lN/PAzIGXDMOmw==
2601+
"matrix-protection-suite-for-matrix-bot-sdk@npm:@gnuxie/[email protected].2":
2602+
version "3.6.2"
2603+
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite-for-matrix-bot-sdk/-/matrix-protection-suite-for-matrix-bot-sdk-3.6.2.tgz#c412ff58483c80ccc5c36a19054e8278163a4426"
2604+
integrity sha512-C9CtXXFYszUNJUR6rgEu6z9oyH56x12OYkce4/KKNUVMAaBAGQJmFI7yaRm+wA2XfIINJibJsHh1ddoBl7y/4A==
26052605
dependencies:
26062606
"@gnuxie/typescript-result" "^1.0.0"
26072607
await-lock "^2.2.2"

0 commit comments

Comments
 (0)