logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: b48fd89a41ad766b79a7a2336737196216cede22
parent 8893ad98997197bd89e98f7dd18825dcb1206aa4
Author: Mark Felder <feld@feld.me>
Date:   Mon, 29 Jul 2024 10:03:22 -0400

Revert unintended change to the Logger metadata tag name

Diffstat:

Mlib/pleroma/web/activity_pub/publisher.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pleroma/web/activity_pub/publisher.ex b/lib/pleroma/web/activity_pub/publisher.ex @@ -132,7 +132,7 @@ defmodule Pleroma.Web.ActivityPub.Publisher do else {_post_result, %{status: code} = response} = e -> unless params[:unreachable_since], do: Instances.set_unreachable(inbox) - Logger.metadata(id: activity_id, inbox: inbox, status: code) + Logger.metadata(activity: activity_id, inbox: inbox, status: code) Logger.error("Publisher failed to inbox #{inbox} with status #{code}") case response do