Merge branch 'hotfix-v1.5.1'

This commit is contained in:
Cadence Ember 2024-02-07 14:48:49 +13:00
commit 0f25e73d67
8 changed files with 48 additions and 4 deletions

View file

@ -14,6 +14,7 @@ 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"]
const sync = new HeatSync({watchFS: false})