This comment is no longer necessary since we implemented it.

This commit is contained in:
Skylar Sadlier 2022-01-28 11:17:23 -07:00
parent d6ab098063
commit f3df8c6f97

View File

@ -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;