fix joining rooms on webclient

This commit is contained in:
David Baker 2014-08-27 13:59:14 +01:00
parent dddf5c0cc8
commit 474d913712

View File

@ -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