From 2dc8917861de4a8715b843735e60dc13b8720576 Mon Sep 17 00:00:00 2001 From: Array in a Matrix Date: Fri, 11 Nov 2022 08:07:47 -0500 Subject: [PATCH] Update roles/custom/matrix-dendrite/defaults/main.yml Co-authored-by: Slavi Pantaleev --- roles/custom/matrix-dendrite/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-dendrite/defaults/main.yml b/roles/custom/matrix-dendrite/defaults/main.yml index 11ab946bb..698a1f48d 100644 --- a/roles/custom/matrix-dendrite/defaults/main.yml +++ b/roles/custom/matrix-dendrite/defaults/main.yml @@ -195,4 +195,4 @@ matrix_dendrite_configuration_extension: "{{ matrix_dendrite_configuration_exten # You most likely don't need to touch this variable. Instead, see `matrix_dendrite_configuration_yaml`. matrix_dendrite_configuration: "{{ matrix_dendrite_configuration_yaml | from_yaml | combine(matrix_dendrite_configuration_extension, recursive=True) }}" -auto_join_rooms: [] +matrix_dendrite_userapi_auto_join_rooms: []