Sync new power system to newly created rooms
This commit is contained in:
parent
df1296e579
commit
b8793dae0f
4 changed files with 11 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue