From d0ac5b58a77f15914a722eed3c9e3b300a41a471 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Sun, 16 Feb 2025 09:37:21 +1300 Subject: [PATCH] Let anybody run tests --- test/test.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/test.js b/test/test.js index 5d771a8..711244b 100644 --- a/test/test.js +++ b/test/test.js @@ -20,6 +20,10 @@ reg.ooye.server_name = "cadence.moe" reg.id = "baby" reg.as_token = "don't actually take authenticated actions on the server" reg.hs_token = "don't actually take authenticated actions on the server" +reg.namespaces = { + users: [{regex: "@_ooye_.*:cadence.moe", exclusive: true}], + aliases: [{regex: "#_ooye_.*:cadence.moe", exclusive: true}] +} reg.ooye.bridge_origin = "https://bridge.example.org" const sync = new HeatSync({watchFS: false})