Ensure we actually start ShoutChannel
authorMark Felder <feld@FreeBSD.org>
Mon, 3 Aug 2020 23:34:58 +0000 (18:34 -0500)
committerMark Felder <feld@feld.me>
Tue, 1 Jun 2021 16:49:16 +0000 (11:49 -0500)
lib/pleroma/application.ex

index f4d22373aa0da529e608555b0827c6f828d685d3..afb8cfb8aa2c31d699bc5d85f5f27d77bfb27f36 100644 (file)
@@ -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