forked from cadence/out-of-your-element
space and room creation
This commit is contained in:
parent
51480e21e5
commit
c7868e9dbb
15 changed files with 328 additions and 36 deletions
|
@ -3,11 +3,5 @@
|
|||
const fs = require("fs")
|
||||
const yaml = require("js-yaml")
|
||||
|
||||
/**
|
||||
* @typedef AppServiceRegistrationConfig
|
||||
* @property {string} id
|
||||
* @property {string} as_token
|
||||
* @property {string} hs_token
|
||||
*/
|
||||
|
||||
/** @type {import("../types").AppServiceRegistrationConfig} */
|
||||
module.exports = yaml.load(fs.readFileSync("registration.yaml", "utf8"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue