Monorepo for Tangled

appview/pulls: update atproto record sha on resubmit

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

authored by

Seongmin Lee and committed by tangled.org 8c1d563e d0cf1c9b

+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,