fix joining rooms on webclient
This commit is contained in:
parent
dddf5c0cc8
commit
474d913712
|
@ -124,7 +124,8 @@ angular.module('matrixService', [])
|
||||||
|
|
||||||
path = path.replace("$room_alias", room_alias);
|
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
|
// Invite a user to a room
|
||||||
|
|
Loading…
Reference in New Issue