logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 26b620d67652b3b7733354c4492465978f53fafb
parent 63739c5a58ccb65dd4a63019b270429d5a462e71
Author: Mark Felder <feld@feld.me>
Date:   Thu, 18 Feb 2021 17:50:46 -0600

Permit :disclose_client in changesets

Diffstat:

Mlib/pleroma/user.ex3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/pleroma/user.ex b/lib/pleroma/user.ex @@ -514,7 +514,8 @@ defmodule Pleroma.User do :pleroma_settings_store, :is_discoverable, :actor_type, - :accepts_chat_messages + :accepts_chat_messages, + :disclose_client ] ) |> unique_constraint(:nickname)