summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-07-01 15:58:49 -0400
committerMark Felder <feld@feld.me>2024-07-01 15:58:49 -0400
commiteb419b7ffdc227872df2b0e91c740ef8dca5656f (patch)
tree90031632fb9267165efd5d562a25f6b894360a65
parent3127c5f0af3f62fb4c0eca642e69ede8f395d9b4 (diff)
downloadpleroma-eb419b7ffdc227872df2b0e91c740ef8dca5656f.tar.gz
pleroma-eb419b7ffdc227872df2b0e91c740ef8dca5656f.zip
Add eldap back to applications as the module functions were unavailable
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 879c7a023..3ecbdc267 100644
--- 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]
]