username sanitisation for registration

This commit is contained in:
Cadence Ember 2023-05-08 17:22:20 +12:00
parent 48c2ef76f5
commit 7ee04d085f
8 changed files with 402 additions and 2350 deletions

View file

@ -8,8 +8,9 @@ const passthrough = require("../passthrough")
const db = new sqlite("db/ooye.db")
// @ts-ignore
const sync = new HeatSync({persistent: false})
const sync = new HeatSync({watchFS: false})
Object.assign(passthrough, { config, sync, db })
require("../d2m/actions/create-room.test")
require("../d2m/converters/user-to-mxid.test")