This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

appview/pulls: update atproto record sha on resubmit

Signed-off-by: Seongmin Lee <git@boltless.me>

author
Seongmin Lee
committer did:plc:wshs7t2adsemcrrd4snkeq… date (Jan 21, 2026, 1:49 PM UTC) commit 8c1d563e parent d0cf1c9b change-id wpvztmlp
+1
+1
appview/pulls/pulls.go
··· 1875 1875 record := pull.AsRecord() 1876 1876 record.PatchBlob = blob.Blob 1877 1877 record.CreatedAt = time.Now().Format(time.RFC3339) 1878 + record.Source.Sha = newSourceRev 1878 1879 1879 1880 _, err = comatproto.RepoPutRecord(r.Context(), client, &comatproto.RepoPutRecord_Input{ 1880 1881 Collection: tangled.RepoPullNSID,