forked from AkkomaGang/akkoma
Fix OAuth cleanup worker unconditionally starting
!1576 removed enabled/disabled check from the worker, in favor of just not starting it in application.ex if disabled. However a line unconditionally starting the worker was removed
This commit is contained in:
parent
1c8f58a30e
commit
fba3c16d20
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ def start(_type, _args) do
|
||||||
hackney_pool_children() ++
|
hackney_pool_children() ++
|
||||||
[
|
[
|
||||||
Pleroma.Web.Federator.RetryQueue,
|
Pleroma.Web.Federator.RetryQueue,
|
||||||
Pleroma.Web.OAuth.Token.CleanWorker,
|
|
||||||
Pleroma.Stats,
|
Pleroma.Stats,
|
||||||
%{
|
%{
|
||||||
id: :web_push_init,
|
id: :web_push_init,
|
||||||
|
|
Loading…
Reference in a new issue