Ensure we actually start ShoutChannel
[akkoma] / 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