From 8c1d563eff06399c1759d1a40d5e4f360e271ca5 Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Wed, 21 Jan 2026 09:38:50 +0000 Subject: [PATCH] appview/pulls: update atproto record sha on resubmit Signed-off-by: Seongmin Lee --- appview/pulls/pulls.go | 1 + 1 file(s) changed, 1 insertion(s)(+), 0 deletion(s)(-) diff --git a/appview/pulls/pulls.go b/appview/pulls/pulls.go --- a/appview/pulls/pulls.go +++ b/appview/pulls/pulls.go @@ -1875,6 +1875,7 @@ record := pull.AsRecord() record.PatchBlob = blob.Blob record.CreatedAt = time.Now().Format(time.RFC3339) + record.Source.Sha = newSourceRev _, err = comatproto.RepoPutRecord(r.Context(), client, &comatproto.RepoPutRecord_Input{ Collection: tangled.RepoPullNSID, -- tangled.sh