Reply Filtering: Refactor.

This commit is contained in:
lain 2020-04-24 18:25:26 +02:00
commit d89cd0a197
5 changed files with 69 additions and 77 deletions

View file

@ -44,6 +44,7 @@ defmodule Mix.Tasks.Pleroma.LoadTesting do
]
def run(args) do
Logger.configure(level: :error)
Mix.Pleroma.start_pleroma()
clean_tables()
{opts, _} = OptionParser.parse!(args, strict: @switches, aliases: @aliases)