logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: c4f0a3b570294e5746a6234156d9f01d3ad591fd
parent c6b38441f15a4f3bb925bc4ffc68ac8930bc29b2
Author: Mark Felder <feld@feld.me>
Date:   Tue, 26 Dec 2023 16:08:36 -0500

Changelogs

Diffstat:

Achangelog.d/handle_object_fetch_failures.change2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/changelog.d/handle_object_fetch_failures.change b/changelog.d/handle_object_fetch_failures.change @@ -0,0 +1,2 @@ +Remote object fetch failures will prevent the object fetch job from retrying if the object has been deleted or the fetch was denied with a 403 due to instance block behavior with authorized_fetch enabled. +Mark instances as unreachable when object fetch is denied due to instance block and authorized_fetch.