-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separate steps in back up process #647
Conversation
This PR has been deployed to https://linagora.github.io/twake-on-matrix/647 |
3003195
to
1b114c6
Compare
final options = Options( | ||
validateStatus: (status) { | ||
if (status == null) return false; | ||
return status >= 200 && status <= 299 || status == 404; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please make a function for it
Logs().e('RecoveryWordsAPI::deleteRecoveryWords() [Exception]', error); | ||
throw Exception(error); | ||
}); | ||
return response.statusCode >= 200 && response.statusCode <= 299 || |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
work well on tom-dev but not in linagora. Debuging more |
back up run after initwaiting_for_complete_init.webm |
…available in homeserver
50edd63
to
925ed92
Compare
3e1f8b7
to
caba218
Compare
Reset in the case of keys conflicted between Recovery Vault and Account Data
Demo_reset_backUp.webm
Set up new key from scratch
Screenrecorder-2023-09-17-15-07-31-412.mp4
Login in the next time, load and unlock keys
Screenrecorder-2023-09-17-15-11-48-382.mp4