mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-31 19:31:11 +02:00
* Settings panels: avoid exceptions with rust crypto If we are using rust crypto, `client.crypto` is undefined. We'll need to fix these up better in future, but for now, just return early. * Update tests