From 77b9cc8023ea35b60f514c0f03f0d10edea6d728 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 29 Jan 2026 11:51:44 +0200 Subject: [PATCH] matrix-appservice-irc: add deprecation notice for removed homeserver_media_url The matrix_appservice_irc_homeserver_media_url variable was removed and replaced by the new mediaProxy configuration. Users who had this variable set will now get a helpful message pointing them to the new approach. --- .../matrix-bridge-appservice-irc/tasks/validate_config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/custom/matrix-bridge-appservice-irc/tasks/validate_config.yml b/roles/custom/matrix-bridge-appservice-irc/tasks/validate_config.yml index c1697a6ae..a3a15ddb6 100644 --- a/roles/custom/matrix-bridge-appservice-irc/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-appservice-irc/tasks/validate_config.yml @@ -44,6 +44,7 @@ - {'old': 'matrix_appservice_irc_container_expose_client_server_api_port', 'new': ''} - {'old': 'matrix_appservice_irc_container_self_build', 'new': 'matrix_appservice_irc_container_image_self_build'} - {'old': 'matrix_appservice_irc_docker_image_name_prefix', 'new': 'matrix_appservice_irc_docker_image_registry_prefix'} + - {'old': 'matrix_appservice_irc_homeserver_media_url', 'new': ''} - name: Fail if matrix_appservice_irc_ircService_mediaProxy_publicUrl_pathPrefix does not start with a slash ansible.builtin.fail: