Ensure we actually start ShoutChannel

stable
Mark Felder 4 years ago committed by Mark Felder
parent 36fe8950f7
commit a3cff59659

@ -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

Loading…
Cancel
Save