From 0b74907f76e8d77e32536ea4d3dce161c4bbab43 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Mon, 13 Oct 2025 06:02:33 +0200 Subject: [PATCH] bicep/matrix/hookshot: enable widgets and js transformations --- hosts/bicep/services/matrix/hookshot/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/bicep/services/matrix/hookshot/default.nix b/hosts/bicep/services/matrix/hookshot/default.nix index 033eb2d..6010c51 100644 --- a/hosts/bicep/services/matrix/hookshot/default.nix +++ b/hosts/bicep/services/matrix/hookshot/default.nix @@ -77,7 +77,7 @@ in outbound = true; urlPrefix = "https://hookshot.pvv.ntnu.no/webhook/"; userIdPrefix = "_webhooks_"; - allowJsTransformationFunctions = false; + allowJsTransformationFunctions = true; waitForComplete = false; }; feeds = { @@ -95,6 +95,7 @@ in ]; widgets = { + roomSetupWidget.addOnInvite = false; publicUrl = "https://hookshot.pvv.ntnu.no/widgetapi/v1/static"; };