Add basic channel state.
This commit is contained in:
parent
d01243c16e
commit
69f1024bb0
2 changed files with 33 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ defmodule Pleroma.Application do
|
|||
limit: 2500
|
||||
]]),
|
||||
worker(Pleroma.Web.Federator, []),
|
||||
worker(Pleroma.Web.ChatChannel.ChatChannelState, []),
|
||||
]
|
||||
++ if Mix.env == :test, do: [], else: [worker(Pleroma.Web.Streamer, [])]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue