From 8ea86d2bd7a155b186a125550d5044a74c1e1e67 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Sun, 20 Jul 2025 14:34:57 +0200 Subject: [PATCH] Solved friendica path bug and closed all failed tests! PAAAAAAAAAAAAAAAAAARTY! --- roles/web-app-port-ui/templates/menu/followus.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/web-app-port-ui/templates/menu/followus.yml.j2 b/roles/web-app-port-ui/templates/menu/followus.yml.j2 index e8db2121..55e77226 100644 --- a/roles/web-app-port-ui/templates/menu/followus.yml.j2 +++ b/roles/web-app-port-ui/templates/menu/followus.yml.j2 @@ -58,5 +58,5 @@ followus: class: fas fa-net-wired identifier: "{{service_provider.contact.friendica}}" url: "{{ web_protocol }}://{{ service_provider.contact.friendica.split('@')[2] }}/@{{ service_provider.contact.friendica.split('@')[1] }}" - iframe: {{ applications | get_app_conf('friendica','features.port-ui-desktop',True) }} + iframe: {{ applications | get_app_conf('web-app-friendica','features.port-ui-desktop',True) }} {% endif %}