mirror of
https://github.com/Skylar-Tech/node-red-contrib-matrix-chat.git
synced 2026-05-20 06:03:28 -06:00
- Fix error with matrix-synapse-register node
- Ensure matrix-server-config's register/deregister methods are always available
This commit is contained in:
@@ -21,8 +21,6 @@ module.exports = function(RED) {
|
||||
return;
|
||||
}
|
||||
|
||||
node.server.register(node);
|
||||
|
||||
node.on("input", async function (msg) {
|
||||
const { got } = await import('got');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user