From b55add4b47aedb05541d375258608c637765ecc8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 28 Aug 2025 19:15:48 -0500 Subject: add common patch functions between forge & forged --- doPatchsets.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doPatchsets.go') diff --git a/doPatchsets.go b/doPatchsets.go index 3920ec3..9cd6a1f 100644 --- a/doPatchsets.go +++ b/doPatchsets.go @@ -121,6 +121,8 @@ func savePatchset(w http.ResponseWriter, msg []byte) error { regfile.Write(msg) regfile.Close() + me.forge.AddPatchset(m) + response := forgepb.NewPatches() // this sets the proper handshake protobuf UUID all := m.Patches.SortByFilename() for all.Scan() { -- cgit v1.2.3