diff --git a/webclient/components/matrix/matrix-service.js b/webclient/components/matrix/matrix-service.js index ba4c3aeecacacd42647e4ed17afd122a512468eb..e467ca40daa3575f930680188926fc15c1fca2b3 100644 --- a/webclient/components/matrix/matrix-service.js +++ b/webclient/components/matrix/matrix-service.js @@ -124,7 +124,8 @@ angular.module('matrixService', []) path = path.replace("$room_alias", room_alias); - return doRequest("PUT", path, undefined, {}); + // TODO: PUT with txn ID + return doRequest("POST", path, undefined, {}); }, // Invite a user to a room