summaryrefslogtreecommitdiff
path: root/doPatchsets.go
diff options
context:
space:
mode:
Diffstat (limited to 'doPatchsets.go')
-rw-r--r--doPatchsets.go2
1 files changed, 2 insertions, 0 deletions
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() {