Ensure we actually start ShoutChannel

This commit is contained in:
Mark Felder 2020-08-03 18:34:58 -05:00 committed by Mark Felder
parent 36fe8950f7
commit a3cff59659
1 changed files with 1 additions and 1 deletions

View 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