Merge pull request #15398 from uhoreg/dehydration
Add support for dehydration/fallback keyspull/15406/head
commit
06f434c313
|
@ -106,3 +106,8 @@ To enable message previews for reactions in DMs, enable `feature_roomlist_previe
|
||||||
represent what communities v2 will look/feel like and can/will change without notice. Due to the early
|
represent what communities v2 will look/feel like and can/will change without notice. Due to the early
|
||||||
stages this feature is in and the requirement for a compatible homeserver, we will not be accepting issues
|
stages this feature is in and the requirement for a compatible homeserver, we will not be accepting issues
|
||||||
or feedback for this functionality at this time.
|
or feedback for this functionality at this time.
|
||||||
|
|
||||||
|
## Dehydrated devices (`feature_dehydration`)
|
||||||
|
|
||||||
|
Allows users to receive encrypted messages by creating a device that is stored
|
||||||
|
encrypted on the server, as described in [MSC2697](https://github.com/matrix-org/matrix-doc/pull/2697).
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
"matrix-js-sdk": "8.4.1",
|
"matrix-js-sdk": "8.4.1",
|
||||||
"matrix-react-sdk": "3.5.0",
|
"matrix-react-sdk": "3.5.0",
|
||||||
"matrix-widget-api": "^0.1.0-beta.2",
|
"matrix-widget-api": "^0.1.0-beta.2",
|
||||||
"olm": "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz",
|
"olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
"react": "^16.9.0",
|
"react": "^16.9.0",
|
||||||
"react-dom": "^16.9.0",
|
"react-dom": "^16.9.0",
|
||||||
|
|
|
@ -8187,9 +8187,9 @@ obuf@^1.0.0, obuf@^1.1.2:
|
||||||
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
|
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
|
||||||
integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==
|
integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==
|
||||||
|
|
||||||
"olm@https://packages.matrix.org/npm/olm/olm-3.1.4.tgz":
|
"olm@https://packages.matrix.org/npm/olm/olm-3.2.1.tgz":
|
||||||
version "3.1.4"
|
version "3.2.1"
|
||||||
resolved "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz#0f03128b7d3b2f614d2216409a1dfccca765fdb3"
|
resolved "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz#d623d76f99c3518dde68be8c86618d68bc7b004a"
|
||||||
|
|
||||||
on-finished@~2.3.0:
|
on-finished@~2.3.0:
|
||||||
version "2.3.0"
|
version "2.3.0"
|
||||||
|
|
Loading…
Reference in New Issue