From f3df8c6f97cdce439549d33d99f9bfe2afd0246e Mon Sep 17 00:00:00 2001 From: Skylar Sadlier Date: Fri, 28 Jan 2022 11:17:23 -0700 Subject: [PATCH] This comment is no longer necessary since we implemented it. --- src/matrix-server-config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/matrix-server-config.js b/src/matrix-server-config.js index f7c486a..6a95cac 100644 --- a/src/matrix-server-config.js +++ b/src/matrix-server-config.js @@ -12,9 +12,6 @@ module.exports = function(RED) { function MatrixServerNode(n) { 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); let node = this;