- matrix-create-room had wrong input information listed and wrong API reference URL (fixes #14)

- fixed docs & node for matrix-receive
This commit is contained in:
Skylar Sadlier
2021-09-01 20:50:23 -06:00
parent 14badaeeb5
commit b698389491
5 changed files with 57 additions and 44 deletions
-1
View File
@@ -53,7 +53,6 @@ module.exports = function(RED) {
};
}
// we need the status code, so set onlydata to false for this request
node.server.matrixClient
.createRoom(msg.payload || {})
.then(function(e){