mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
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);
|
||||
|
||||
return doRequest("PUT", path, undefined, {});
|
||||
// TODO: PUT with txn ID
|
||||
return doRequest("POST", path, undefined, {});
|
||||
},
|
||||
|
||||
// Invite a user to a room
|
||||
|
Loading…
Reference in New Issue
Block a user