Handle MatrixNotFound errors, not UserNotFound

UserNotFound doesn't exist anymore
This commit is contained in:
miruka
2020-06-02 20:19:09 -04:00
parent e676473f82
commit eb2c98f67f
4 changed files with 5 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ HBox {
txt = qsTr("Invalid user ID, expected format is " +
"@username:homeserver")
if (type === "UserNotFound")
if (type === "MatrixNotFound")
txt = qsTr("This user does not exist")
errorMessage.text = txt