commit: eb419b7ffdc227872df2b0e91c740ef8dca5656f
parent 3127c5f0af3f62fb4c0eca642e69ede8f395d9b4
Author: Mark Felder <feld@feld.me>
Date: Mon, 1 Jul 2024 15:58:49 -0400
Add eldap back to applications as the module functions were unavailable
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/mix.exs b/mix.exs
@@ -80,7 +80,8 @@ defmodule Pleroma.Mixfile do
:comeonin,
:fast_sanitize,
:os_mon,
- :ssl
+ :ssl,
+ :eldap
] ++ logger_application(),
included_applications: [:ex_syslogger]
]