logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 68aa56b9e4fbf4697d5ff0c41cf2fe7230738fe6
parent ff00b354fa5067c898e860e275748dd757cb04cd
Author: Mark Felder <feld@FreeBSD.org>
Date:   Mon,  3 Aug 2020 17:58:27 -0500

Just call it shout

Diffstat:

Mconfig/config.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.exs b/config/config.exs @@ -457,7 +457,7 @@ config :pleroma, :media_preview_proxy, image_quality: 85, min_content_length: 100 * 1024 -config :pleroma, :shoutbox, enabled: true +config :pleroma, :shout, enabled: true config :phoenix, :format_encoders, json: Jason