You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-09 10:22:46 +03:00
Fix a bug in the error handling in downloadKeys: If the http request failed, then the exception would get silently swallowed and the promise would never resolve. Also: tests!