Handle MatrixNotFound errors, not UserNotFound
UserNotFound doesn't exist anymore
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user