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 <-
HTTP.post(
inbox,
json,
[
{"Content-Type", "application/activity+json"},
{"Date", date},
{"signature", signature},
{"digest", digest}
]
) do
HTTP.post(
inbox,
json,
[
{"Content-Type", "application/activity+json"},
{"Date", date},
{"signature", signature},
{"digest", digest}
]
) do
if not Map.has_key?(params, :unreachable_since) || params[:unreachable_since] do
Instances.set_reachable(inbox)
end