Merge branch 'develop' into oembed_provider
[akkoma] / lib / pleroma / application.ex
index 0b0ec01972a2cdb497b46e2bc49277b6b39030cb..e1599195717d59fa5112674d89b58ee08a7cd51a 100644 (file)
@@ -15,7 +15,6 @@ defmodule Pleroma.Application do
 
   # See http://elixir-lang.org/docs/stable/elixir/Application.html
   # for more information on OTP Applications
-  @env Mix.env()
   def start(_type, _args) do
     import Cachex.Spec
 
@@ -25,6 +24,7 @@ defmodule Pleroma.Application do
         # Start the Ecto repository
         supervisor(Pleroma.Repo, []),
         worker(Pleroma.Emoji, []),
+        worker(Pleroma.Captcha, []),
         worker(
           Cachex,
           [