Solved friendica path bug and closed all failed tests! PAAAAAAAAAAAAAAAAAARTY!

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-20 14:34:57 +02:00
parent 3951376a29
commit 8ea86d2bd7
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -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 %}