Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/piwik
This commit is contained in:
commit
45cd80dedb
22 changed files with 502 additions and 182 deletions
|
@ -232,10 +232,8 @@ function _handleRestoreFailure(e) {
|
|||
let msg = e.message;
|
||||
if (msg == "OLM.BAD_LEGACY_ACCOUNT_PICKLE") {
|
||||
msg = _t(
|
||||
'You need to log back in to generate end-to-end ' +
|
||||
'encryption keys for this device and submit the public key to your homeserver. ' +
|
||||
'This is a once off; sorry for the inconvenience'
|
||||
) + '.';
|
||||
'You need to log back in to generate end-to-end encryption keys for this device and submit the public key to your homeserver. This is a once off; sorry for the inconvenience.'
|
||||
);
|
||||
|
||||
_clearLocalStorage();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue