Ensure we actually start ShoutChannel
This commit is contained in:
parent
36fe8950f7
commit
a3cff59659
|
@ -239,7 +239,7 @@ defp background_migrators do
|
||||||
|
|
||||||
defp chat_child(true) do
|
defp chat_child(true) do
|
||||||
[
|
[
|
||||||
Pleroma.Web.ChatChannel.ChatChannelState,
|
Pleroma.Web.ShoutChannel.ShoutChannelState,
|
||||||
{Phoenix.PubSub, [name: Pleroma.PubSub, adapter: Phoenix.PubSub.PG2]}
|
{Phoenix.PubSub, [name: Pleroma.PubSub, adapter: Phoenix.PubSub.PG2]}
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue