X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fapplication.ex;h=36a3694f240abbe8d011c90ccf0b22645333df3e;hb=26dc2dddab6103a3e6e44a3c7ba097283302fc2a;hp=8705395a4faf2c6199c3a83f3367a89bfd1cd1e8;hpb=bda25b999b5176c73380bff9a1ce6be51cba4820;p=akkoma diff --git a/lib/pleroma/application.ex b/lib/pleroma/application.ex index 8705395a4..36a3694f2 100644 --- a/lib/pleroma/application.ex +++ b/lib/pleroma/application.ex @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2018 Pleroma Authors +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.Application do use Application import Supervisor.Spec @@ -24,6 +28,7 @@ defmodule Pleroma.Application do # Start the Ecto repository supervisor(Pleroma.Repo, []), worker(Pleroma.Emoji, []), + worker(Pleroma.Captcha, []), worker( Cachex, [