mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-12-27 23:05:06 +01:00
Don't run warnings in a task.
This commit is contained in:
parent
39b2457734
commit
f1d58c5c49
@ -22,7 +22,7 @@ defmodule Pleroma.Application do
|
||||
def start(_type, _args) do
|
||||
import Cachex.Spec
|
||||
|
||||
Task.start(&Pleroma.DeprecationWarnings.warn/0)
|
||||
Pleroma.DeprecationWarnings.warn()
|
||||
|
||||
# Define workers and child supervisors to be supervised
|
||||
children =
|
||||
|
Loading…
Reference in New Issue
Block a user