Skip to content
Snippets Groups Projects
Commit fc121f97 authored by Kegan Dougal's avatar Kegan Dougal
Browse files

Fix SYWEB-114 : Error message when trying to invite a user already in the room.

parent 332b2869
No related branches found
No related tags found
No related merge requests found
......@@ -830,7 +830,7 @@ angular.module('RoomController', ['ngSanitize', 'matrixFilter', 'mFileInput'])
$scope.userIDToInvite = "";
},
function(reason) {
$scope.feedback = "Failure: " + reason;
$scope.feedback = "Failure: " + reason.data.error;
});
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment