-
-
Notifications
You must be signed in to change notification settings - Fork 589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for MSC2457 logout_devices param for setPassword() #2285
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2285 +/- ##
===========================================
- Coverage 59.39% 59.38% -0.02%
===========================================
Files 91 91
Lines 16360 16364 +4
Branches 3771 3773 +2
===========================================
Hits 9717 9717
- Misses 6643 6647 +4
|
Optional: could we get test coverage over the backwards compatible signature? |
@t3chguy i added tests trying to follow existing patterns. In doing so I noted that it would be better to make the default behaviour actually mimic the current behaviour. Specifically making it so that if the existing setPassword signature is used then the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Add MatrixClient.doesServerSupportLogoutDevices() for MSC2457 ([\matrix-org#2297](matrix-org#2297)). * Live location sharing - expose room liveBeaconIds ([\matrix-org#2296](matrix-org#2296)). * Support for MSC2457 logout_devices param for setPassword() ([\matrix-org#2285](matrix-org#2285)). * Stabilise token authenticated registration support ([\matrix-org#2181](matrix-org#2181)). Contributed by @govynnus. * Live location sharing - Aggregate beacon locations on beacons ([\matrix-org#2268](matrix-org#2268)). * Prevent duplicated re-emitter setups in event-mapper ([\matrix-org#2293](matrix-org#2293)). * Make self membership less prone to races ([\matrix-org#2277](matrix-org#2277)). Fixes element-hq/element-web#21661.
Here's what your changelog entry will look like:
✨ Features