- 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:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user