From dbc50420ff9d764f8997aef5a62fe6f7353eb23a Mon Sep 17 00:00:00 2001 From: Catalan Lover <48515417+FSG-Cat@users.noreply.github.com> Date: Tue, 2 Jul 2024 20:55:21 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Slavi Pantaleev --- roles/custom/matrix-bot-draupnir/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/custom/matrix-bot-draupnir/defaults/main.yml b/roles/custom/matrix-bot-draupnir/defaults/main.yml index 3986857cc..35a90eece 100644 --- a/roles/custom/matrix-bot-draupnir/defaults/main.yml +++ b/roles/custom/matrix-bot-draupnir/defaults/main.yml @@ -118,11 +118,11 @@ matrix_bot_draupnir_config_rawHomeserverUrl: "" # noqa var-naming matrix_bot_draupnir_config_disableServerACL: false # noqa var-naming # Used to control if the Synapse Admin API is exposed internally to the containers and therefore giving Draupnir Access. -matrix_bot_draupnir_admin_api_enabled: "" +matrix_bot_draupnir_admin_api_enabled: false # Controls if the draupnir room hijack command is activated or not. This also automatically enables the internal admin API # in the process of activation. -matrix_bot_draupnir_room_hijack_enabled: "false" +matrix_bot_draupnir_room_hijack_enabled: false # Controls if the room state backing store is activated. # Room state backing store makes restarts of the bot lightning fast as the bot does not suffer from amnesia.