Skip to content
Snippets Groups Projects
Commit 474d9137 authored by David Baker's avatar David Baker
Browse files

fix joining rooms on webclient

parent dddf5c0c
Branches
Tags
No related merge requests found
...@@ -124,7 +124,8 @@ angular.module('matrixService', []) ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment