From 268e1d0c80ed39664523319afd7114d999bb3a33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Marten?= Date: Mon, 13 Jan 2020 17:30:01 +0100 Subject: [PATCH] Remove appearance section in matrix_appservice_webhooks_configuration_yaml due to not being used --- roles/matrix-bridge-appservice-webhooks/defaults/main.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roles/matrix-bridge-appservice-webhooks/defaults/main.yml b/roles/matrix-bridge-appservice-webhooks/defaults/main.yml index a616c361..c556b152 100644 --- a/roles/matrix-bridge-appservice-webhooks/defaults/main.yml +++ b/roles/matrix-bridge-appservice-webhooks/defaults/main.yml @@ -66,11 +66,6 @@ matrix_appservice_webhooks_configuration_yaml: | # The localpart to use for the bot. May require re-registering the application service. localpart: "_webhook" - # Appearance options for the Matrix bot - appearance: - displayName: "Webhook Bridge" - avatarUrl: "http://i.imgur.com/IDOBtEJ.png" # webhook icon - # Provisioning API options provisioning: # Your secret for the API. Required for all provisioning API requests.