Merge branch 'fixyfix' into 'develop'

Linting.

See merge request pleroma/pleroma!3558
This commit is contained in:
lain 2021-12-07 18:19:43 +00:00
commit b57041c59a
1 changed files with 10 additions and 10 deletions

View File

@ -64,16 +64,16 @@ defmodule Pleroma.Web.ActivityPub.Publisher do
}) })
with {:ok, %{status: code}} = result when code in 200..299 <- with {:ok, %{status: code}} = result when code in 200..299 <-
HTTP.post( HTTP.post(
inbox, inbox,
json, json,
[ [
{"Content-Type", "application/activity+json"}, {"Content-Type", "application/activity+json"},
{"Date", date}, {"Date", date},
{"signature", signature}, {"signature", signature},
{"digest", digest} {"digest", digest}
] ]
) do ) do
if not Map.has_key?(params, :unreachable_since) || params[:unreachable_since] do if not Map.has_key?(params, :unreachable_since) || params[:unreachable_since] do
Instances.set_reachable(inbox) Instances.set_reachable(inbox)
end end