From c7c5d35c634642962380a830b365b159ce90cf77 Mon Sep 17 00:00:00 2001 From: Bruno Postle Date: Sun, 26 Apr 2026 00:37:15 +0100 Subject: [PATCH] forgejo: regenerate go.patch with ServiceToken field Amended forgejo commit now includes ServiceToken in the IfcURL config struct. Regenerated patch from that commit. Co-Authored-By: Claude Sonnet 4.6 --- forgejo/go.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forgejo/go.patch b/forgejo/go.patch index 52bc7ce..4f39e98 100644 --- a/forgejo/go.patch +++ b/forgejo/go.patch @@ -11,10 +11,10 @@ index 2b19e0f1c9..12be3e1c24 100644 goldmark.WithParserOptions( parser.WithAttribute(), diff --git a/modules/setting/markup.go b/modules/setting/markup.go -index 4ab9e7b2d1..c1fad254b4 100644 +index 4ab9e7b2d1..862852381e 100644 --- a/modules/setting/markup.go +++ b/modules/setting/markup.go -@@ -59,8 +59,14 @@ type MarkupSanitizerRule struct { +@@ -59,8 +59,15 @@ type MarkupSanitizerRule struct { AllowDataURIImages bool }