fix joining rooms on webclient

paul/schema_breaking_changes
David Baker 2014-08-27 13:59:14 +01:00
parent dddf5c0cc8
commit 474d913712
1 changed files with 2 additions and 1 deletions

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