logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 5f5109413840d6ebcbee632fb883ae27dc3b45f7
parent 73c4c6d7de6d33c68cf663e65df8525ce8eef4f5
Author: Mark Felder <feld@feld.me>
Date:   Wed, 27 Dec 2023 11:09:42 -0500

Update changelog

Diffstat:

Mchangelog.d/handle_object_fetch_failures.change2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/changelog.d/handle_object_fetch_failures.change b/changelog.d/handle_object_fetch_failures.change @@ -1,2 +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. +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. Skip fetching objects from unreachable instances.