Update changelog
This commit is contained in:
parent
96a066f246
commit
64bba3736d
3 changed files with 191 additions and 2 deletions
|
|
@ -184,13 +184,14 @@ LoginPage::checkHomeserverVersion()
|
|||
"v1.7",
|
||||
"v1.8",
|
||||
"v1.9",
|
||||
"v1.10",
|
||||
};
|
||||
return supported.count(v) != 0;
|
||||
}) == versions.versions.cend()) {
|
||||
emit versionErrorCb(
|
||||
tr("The selected server does not support a version of the Matrix protocol, that this "
|
||||
"client understands (%1 to %2). You can't sign in.")
|
||||
.arg(u"v1.1", u"v1.9"));
|
||||
.arg(u"v1.1", u"v1.10"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -139,13 +139,14 @@ RegisterPage::versionsCheck()
|
|||
"v1.7",
|
||||
"v1.8",
|
||||
"v1.9",
|
||||
"v1.10",
|
||||
};
|
||||
return supported.count(v) != 0;
|
||||
}) == versions.versions.cend()) {
|
||||
emit setHsError(
|
||||
tr("The selected server does not support a version of the Matrix protocol that "
|
||||
"this client understands (%1 to %2). You can't register.")
|
||||
.arg(u"v1.1", u"v1.9"));
|
||||
.arg(u"v1.1", u"v1.10"));
|
||||
emit hsErrorChanged();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue