From 6129f3d3119bc11cfeb3b15dc5a201d3fdf96e77 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 12 Jul 2021 21:18:18 -0600 Subject: [PATCH] Yup it started working. Could be cleaner but I don't know which bits fixed it so I'm leaving all of it. --- main.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index 8f2b544..627f34e 100644 --- a/main.js +++ b/main.js @@ -1,10 +1,14 @@ /* - * Copyright 2020 Netsyms Technologies. + * Copyright 2020-2021 Netsyms Technologies. * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* + * Matrix really, really, really needs better SDK docs. + */ + console.log("Starting up..."); import sdk from 'matrix-js-sdk'; import fs from 'fs';