add disgane possibility in config.exs

This commit is contained in:
meaz 2023-11-29 08:51:08 +01:00
parent a008c07a03
commit 24e6dd0b53
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 2 additions and 2 deletions

View File

@ -131,12 +131,12 @@ config :pleroma, :mrf_simple,
{% endif %}
{% for item in pleroma_frontends %}
{% if item.name == "mangane" %}
{% if item.name == "mangane" or item.name == "disgane" %}
config :pleroma, :frontend_configurations,
soapbox_fe: %{
verifiedIcon: "",
authenticatedProfile: {{ mangane_authenticatedProfile }},
linkFooterMessage: "", # this adds a message in the irght column once logged
linkFooterMessage: "", # this adds a message in the right column once logged
homeDescription: "{{ mangane_homeDescription }}",
appleAppId: nil,
authProvider: "",