matrix-react-sdk icon indicating copy to clipboard operation
matrix-react-sdk copied to clipboard

Recovery: Fix backup change detection not working in rust

Open BillCarsonFr opened this issue 1 year ago • 0 comments

Fixes https://github.com/element-hq/element-web/issues/26792

React sdk was still making usage of client#getKeyBackupEnabled() that is deprecated and failing in rust stack. That would cause the following dialog to not show up:

  • When the backup is deleted from another session image

  • When backup is reset from another session image

Checklist

  • [ ] Tests written for new code (and old code if feasible)
  • [ ] Linter and other CI checks pass
  • [ ] Sign-off given on the changes (see CONTRIBUTING.md)

Here's what your changelog entry will look like:

🐛 Bug Fixes

  • Recovery: Fix backup change detection not working in rust (#12160). Fixes element-hq/element-web#26792.

BillCarsonFr avatar Jan 19 '24 15:01 BillCarsonFr