This comment is no longer necessary since we implemented it.

51-device_id-fix
Skylar Sadlier 3 years ago
parent d6ab098063
commit f3df8c6f97

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

Loading…
Cancel
Save