Yup it started working. Could be cleaner but I don't know which bits fixed it so I'm leaving all of it.

master
Skylar Ittner 3 years ago
parent 9a9d01627d
commit 6129f3d311

@ -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 * 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 * 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/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
/*
* Matrix really, really, really needs better SDK docs.
*/
console.log("Starting up..."); console.log("Starting up...");
import sdk from 'matrix-js-sdk'; import sdk from 'matrix-js-sdk';
import fs from 'fs'; import fs from 'fs';

Loading…
Cancel
Save