-
-
Notifications
You must be signed in to change notification settings - Fork 590
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
Improve fallback key behaviour #2037
Conversation
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.
yay, improved fallback keys
Co-authored-by: Travis Ralston <travpc@gmail.com>
Apparently, ae68f00 makes jest run for over an hour, which is probably not ideal. Will try to figure out a workaround. |
Look into jest.useFakeTimers() |
I think my changes exceed the "needs re-review" threshold. (I also added support for unprefixed properties, to match matrix-org/synapse#11541) |
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.
Thanks :)
* Improve fallback key behaviour ([\matrix-org#2037](matrix-org#2037)). * Add new room event filter fields ([\matrix-org#2051](matrix-org#2051)). * Add method to fetch /account/whoami ([\matrix-org#2046](matrix-org#2046)). * Filter out falsey opts in /relations API hits ([\matrix-org#2059](matrix-org#2059)). Fixes element-hq/element-web#20137. * Fix paginateEventTimeline resolve to boolean ([\matrix-org#2054](matrix-org#2054)). * Fix incorrect MSC3089 typings and add null checks ([\matrix-org#2049](matrix-org#2049)).
Note: do not merge until libolm 3.2.7 is released. (Also, needs a change toDonepackage.json
to use the newer libolm) (test failures are due to this)Here's what your changelog entry will look like:
✨ Features