forked from AkkomaGang/akkoma
Ensure we actually start ShoutChannel
This commit is contained in:
parent
36fe8950f7
commit
a3cff59659
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ defp background_migrators 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…
Reference in a new issue