mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
ffb4239103
* Fix incorrect type annotation on `cacheSecretStorageKey` `cacheSecretStorageKey` is passed a `SecretStorageKeyDescription` (aka a `ISecretStorageKeyInfo`), and has done ever since https://github.com/matrix-org/matrix-js-sdk/pull/1502. `AddSecretStorageKeyOpts`is something else, though until recently some of the properties on `AddSecretStorageKeyOpts` were incorrectly marked as optional, so this went unnoticed since it was broken by https://github.com/matrix-org/matrix-react-sdk/pull/11217. * playwright has the same problem |
||
---|---|---|
.. | ||
bot.ts | ||
client.ts | ||
crypto.ts | ||
ElementAppPage.ts | ||
settings.ts | ||
Spotlight.ts | ||
toasts.ts |