From 8c1d563eff06399c1759d1a40d5e4f360e271ca5 Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Wed, 21 Jan 2026 18:38:50 +0900 Subject: [PATCH] appview/pulls: update atproto record sha on resubmit Signed-off-by: Seongmin Lee --- appview/pulls/pulls.go | 1 + 1 file changed, 1 insertion(+) diff --git a/appview/pulls/pulls.go b/appview/pulls/pulls.go index 8f26f70f..1537c7cb 100644 --- a/appview/pulls/pulls.go +++ b/appview/pulls/pulls.go @@ -1875,6 +1875,7 @@ func (s *Pulls) resubmitPullHelper( 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, -- 2.51.2