logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: b57041c59a14df78b4a461e68911a9edc788bc0a
parent 500e126604a69436ce3e48e93d21711940f978e6
Author: lain <lain@soykaf.club>
Date:   Tue,  7 Dec 2021 18:19:43 +0000

Merge branch 'fixyfix' into 'develop'

Linting.

See merge request pleroma/pleroma!3558

Diffstat:

Mlib/pleroma/web/activity_pub/publisher.ex20++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/lib/pleroma/web/activity_pub/publisher.ex b/lib/pleroma/web/activity_pub/publisher.ex @@ -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