This comment is no longer necessary since we implemented it.
This commit is contained in:
parent
d6ab098063
commit
f3df8c6f97
@ -12,9 +12,6 @@ module.exports = function(RED) {
|
|||||||
function MatrixServerNode(n) {
|
function MatrixServerNode(n) {
|
||||||
let storageDir = './matrix-client-storage';
|
let storageDir = './matrix-client-storage';
|
||||||
|
|
||||||
// we should add support for getting access token automatically from username/password
|
|
||||||
// ref: https://matrix.org/docs/guides/usage-of-the-matrix-js-sdk#login-with-an-access-token
|
|
||||||
|
|
||||||
RED.nodes.createNode(this, n);
|
RED.nodes.createNode(this, n);
|
||||||
|
|
||||||
let node = this;
|
let node = this;
|
||||||
|
Loading…
Reference in New Issue
Block a user