logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 7c04098dde0681f7ad299782bc09eaa9bc3a6bad
parent ead287d623e83b8d9ffaa327b9edf96e046bfacd
Author: Mark Felder <feld@feld.me>
Date:   Mon, 16 Sep 2024 16:15:53 -0400

Catchall for when LDAP is not enabled

Diffstat:

Mlib/pleroma/ldap.ex3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/lib/pleroma/ldap.ex b/lib/pleroma/ldap.ex @@ -34,6 +34,9 @@ defmodule Pleroma.LDAP do ) {:ok, state} + + _ -> + {:ok, state} end end