summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-07-29 10:03:22 -0400
committerMark Felder <feld@feld.me>2024-07-29 10:03:22 -0400
commitb48fd89a41ad766b79a7a2336737196216cede22 (patch)
tree2d91dc3a41489ae78789e0069cd99331593f728c
parent8893ad98997197bd89e98f7dd18825dcb1206aa4 (diff)
downloadpleroma-b48fd89a41ad766b79a7a2336737196216cede22.tar.gz
pleroma-b48fd89a41ad766b79a7a2336737196216cede22.zip
Revert unintended change to the Logger metadata tag name
-rw-r--r--lib/pleroma/web/activity_pub/publisher.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/activity_pub/publisher.ex b/lib/pleroma/web/activity_pub/publisher.ex
index 373bf6e41..e040753dc 100644
--- 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