MastoAPI: Basic streaming.

This commit is contained in:
Roger Braun 2017-11-11 14:59:25 +01:00
commit bd5bdc4c24
6 changed files with 155 additions and 1 deletions

View file

@ -19,7 +19,8 @@ defmodule Pleroma.Application do
ttl_interval: 1000,
limit: 2500
]]),
worker(Pleroma.Web.Federator, [])
worker(Pleroma.Web.Federator, []),
worker(Pleroma.Web.Streamer, [])
]
# See http://elixir-lang.org/docs/stable/elixir/Supervisor.html