sending events in matrix

This commit is contained in:
Cadence Ember 2023-05-01 00:57:30 +12:00
parent 6990957c9e
commit 8a0c2b5663
13 changed files with 2764 additions and 10 deletions

View file

@ -0,0 +1,4 @@
const fs = require("fs")
const yaml = require("js-yaml")
module.exports = yaml.load(fs.readFileSync("registration.yaml", "utf8"))