From: Mark Felder Date: Mon, 3 Aug 2020 23:34:58 +0000 (-0500) Subject: Ensure we actually start ShoutChannel X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=a3cff596592ae70701afae2e293eab03fe5408df;p=akkoma Ensure we actually start ShoutChannel --- diff --git a/lib/pleroma/application.ex b/lib/pleroma/application.ex index f4d22373a..afb8cfb8a 100644 --- 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