Skip to content

Commit 8d73f6b

Browse files
authored
Update for MPS v2.5.1. (#668)
Fixes #667. [2.5.1] - 2025-01-14 Fixed - An issue with the `SetRoomMembershipRevisionIssuer` that would allow duplicate listeners to be added to rooms that were already in the set. This would cause lots of issues with downstream revision listeners. We've hardened code downstream, e.g. with the `MembershipPolicyRevisionIssuer`, in case this happens again.
1 parent 9d80b44 commit 8d73f6b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
"jsdom": "^24.0.0",
7171
"matrix-appservice-bridge": "^10.3.1",
7272
"matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.7.1-element.6",
73-
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@2.4.0",
74-
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@2.4.0",
73+
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@2.5.1",
74+
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@2.5.1",
7575
"parse-duration": "^1.0.2",
7676
"pg": "^8.8.0",
7777
"shell-quote": "^1.7.3",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2677,17 +2677,17 @@ matrix-appservice@^2.0.0:
26772677
request-promise "^4.2.6"
26782678
sanitize-html "^2.11.0"
26792679

2680-
"matrix-protection-suite-for-matrix-bot-sdk@npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@2.4.0":
2681-
version "2.4.0"
2682-
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite-for-matrix-bot-sdk/-/matrix-protection-suite-for-matrix-bot-sdk-2.4.0.tgz#5598bbd28ca7f94174049daf12d52c0a3388b3aa"
2683-
integrity sha512-p5G86TBW2TY0boiQhWPXchJBDpsWi70iYM2nJ8BthnXBx6Ck8ON2Km36EEctXks68ylXnFitV2FGvAnN4+mNvA==
2680+
"matrix-protection-suite-for-matrix-bot-sdk@npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@2.5.1":
2681+
version "2.5.1"
2682+
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite-for-matrix-bot-sdk/-/matrix-protection-suite-for-matrix-bot-sdk-2.5.1.tgz#eca2429114c23d1c8e17720644c8b89e86f537ba"
2683+
integrity sha512-uyY47lcCz1MyxgbZvYPGadhSNAT5c4IbljJmccx0bnCnj2IXK25jn48fPoN/auXWcXHGD0Qtpj/O1/pABeSaaA==
26842684
dependencies:
26852685
"@gnuxie/typescript-result" "^1.0.0"
26862686

2687-
"matrix-protection-suite@npm:@gnuxie/matrix-protection-suite@2.4.0":
2688-
version "2.4.0"
2689-
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-2.4.0.tgz#60659023fd6e5aec4e1282f7726da3baab074ee5"
2690-
integrity sha512-oEA0Vi/VJsHWXNQ0RMiLUID+YpgTH05+OGnHGVyeSS/8HP5Ziij3ZGMJvemZ2pij8Uq6az0hVV/NZUOefCoI1A==
2687+
"matrix-protection-suite@npm:@gnuxie/matrix-protection-suite@2.5.1":
2688+
version "2.5.1"
2689+
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-2.5.1.tgz#fb45f57beb7b8d37f1101c4fc5da9feb2c74f312"
2690+
integrity sha512-Jyq40bkI+kP0GpQ5U3AKJdu1bklXrsBbxyZOnNweCgLcMAv0TuZUQWQaJZRaC/C30KL8mPf4EEelwW2JOluwVA==
26912691
dependencies:
26922692
"@gnuxie/typescript-result" "^1.0.0"
26932693
await-lock "^2.2.2"

0 commit comments

Comments
 (0)