[#1149] Addressed code review comments (code style, jobs pruning etc.).
This commit is contained in:
parent
e890ea7e82
commit
a90ea8ba15
34 changed files with 163 additions and 87 deletions
|
|
@ -26,7 +26,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
|
|||
require Logger
|
||||
require Pleroma.Constants
|
||||
|
||||
defdelegate worker_args(queue), to: Pleroma.Workers.Helper
|
||||
import Pleroma.Workers.WorkerHelper, only: [worker_args: 1]
|
||||
|
||||
# For Announce activities, we filter the recipients based on following status for any actors
|
||||
# that match actual users. See issue #164 for more information about why this is necessary.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue