Handle 502 errors when inviting bad user to room
This commit is contained in:
@@ -108,6 +108,10 @@ BoxPopup {
|
||||
qsTr("%1 not found, please verify the entered user ID")
|
||||
.arg(user) :
|
||||
|
||||
type === "MatrixBadGateway" ?
|
||||
qsTr("Server error while trying to find %1, please " +
|
||||
"verify the entered user ID").arg(user) :
|
||||
|
||||
type === "MatrixUnsupportedRoomVersion" ?
|
||||
qsTr("%1's server does not support this room's version")
|
||||
.arg(user) :
|
||||
|
Reference in New Issue
Block a user