logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: d3c2180181c39fdfd52691ffcaf289b86de20a71
parent 1f3ac66844e3a5f3e85aa0fb2afd23a2bc706f8b
Author: Mark Felder <feld@feld.me>
Date:   Thu, 18 Jul 2024 12:12:34 -0400

Formatting

Diffstat:

Mlib/pleroma/web/activity_pub/transmogrifier.ex4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/pleroma/web/activity_pub/transmogrifier.ex b/lib/pleroma/web/activity_pub/transmogrifier.ex @@ -530,7 +530,9 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do else _ -> e end - e -> {:error, e} + + e -> + {:error, e} end end