Add basic channel state.

This commit is contained in:
Roger Braun 2017-12-05 09:36:26 +01:00
commit 69f1024bb0
2 changed files with 33 additions and 1 deletions

View file

@ -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, [])]