fixed issue with comma

This commit is contained in:
muppeth 2023-05-18 16:00:50 +02:00
parent f787b944db
commit ec212da01b
Signed by: muppeth
GPG Key ID: 0EBC7B9848D04031
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ config :pleroma, Pleroma.Web.Plugs.RemoteIp,
{% if pleroma_remoteip == 'true' %}
enabled: {{ pleroma_remoteip }},
proxies: {{ pleroma_proxies }}
{% elseif %}
{% else %}
enabled: {{ pleroma_remoteip }}
{% endif %}