Sync new power system to newly created rooms

This commit is contained in:
Cadence Ember 2024-08-26 01:42:56 +12:00
parent df1296e579
commit b8793dae0f
4 changed files with 11 additions and 4 deletions

View file

@ -20,7 +20,6 @@ const db = new sqlite(":memory:")
const reg = require("../matrix/read-registration")
reg.ooye.server_origin = "https://matrix.cadence.moe" // so that tests will pass even when hard-coded
reg.ooye.server_name = "cadence.moe"
reg.ooye.invite = ["@test_auto_invite:example.org"]
reg.id = "baby" // don't actually take authenticated actions on the server
reg.as_token = "baby"
reg.hs_token = "baby"