logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: a3cff596592ae70701afae2e293eab03fe5408df
parent 36fe8950f78b32e4ae8b845c099498a9acda7183
Author: Mark Felder <feld@FreeBSD.org>
Date:   Mon,  3 Aug 2020 18:34:58 -0500

Ensure we actually start ShoutChannel

Diffstat:

Mlib/pleroma/application.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pleroma/application.ex b/lib/pleroma/application.ex @@ -239,7 +239,7 @@ defmodule Pleroma.Application do defp chat_child(true) do [ - Pleroma.Web.ChatChannel.ChatChannelState, + Pleroma.Web.ShoutChannel.ShoutChannelState, {Phoenix.PubSub, [name: Pleroma.PubSub, adapter: Phoenix.PubSub.PG2]} ] end