mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 16:54:50 -04:00
Renamed /rooms to /createRoom. Removed ability to PUT raw room IDs, and removed tests which tested that. Updated cmdclient and webclient.
This commit is contained in:
parent
c65885e166
commit
dd661769e1
6 changed files with 55 additions and 115 deletions
|
@ -97,7 +97,7 @@ angular.module('matrixService', [])
|
|||
// Create a room
|
||||
create: function(room_id, visibility) {
|
||||
// The REST path spec
|
||||
var path = "/rooms";
|
||||
var path = "/createRoom";
|
||||
|
||||
return doRequest("POST", path, undefined, {
|
||||
visibility: visibility,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue