WIP: feature: threads'n'forums #74
1 changed files with 1 additions and 3 deletions
|
|
@ -1,9 +1,7 @@
|
||||||
// @ts-check
|
// @ts-check
|
||||||
|
|
||||||
const assert = require("assert").strict
|
|
||||||
|
|
||||||
const passthrough = require("../../passthrough")
|
const passthrough = require("../../passthrough")
|
||||||
const {discord, sync, db, select} = passthrough
|
const {sync, select} = passthrough
|
||||||
/** @type {import("../../matrix/utils")} */
|
/** @type {import("../../matrix/utils")} */
|
||||||
const mxUtils = sync.require("../../matrix/utils")
|
const mxUtils = sync.require("../../matrix/utils")
|
||||||
const {reg} = require("../../matrix/read-registration.js")
|
const {reg} = require("../../matrix/read-registration.js")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue