Fix variable name typo

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/970
This commit is contained in:
Slavi Pantaleev
2021-03-29 09:24:35 +03:00
parent 77d598b315
commit 179b416ed5
2 changed files with 2 additions and 1 deletions

View File

@ -40,3 +40,4 @@
- {'old': 'matrix_jitsi_web_config_start_with_video_muted', 'new': '<Superseded by matrix_jitsi_web_config_start_video_muted_after_nth_participant>'}
- {'old': 'matrix_jitsi_web_interface_config_show_watermark_for_guests', 'new': '<Not applicable anymore>'}
- {'old': 'matrix_jitsi_web_interface_config_invitation_powered_by', 'new': '<Not applicable anymore>'}
- {'old': 'matrix_jisti_web_interface_config_show_deep_linking_image', 'new': 'matrix_jitsi_web_interface_config_show_deep_linking_image'}