From 712f305229bb8b3d10f05342f8bcecb9081715e3 Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Mon, 13 Apr 2026 15:48:36 +0000 Subject: [PATCH] appview/pulls: don't update created date on resubmit Signed-off-by: Seongmin Lee --- appview/pulls/pulls.go | 1 - 1 file(s) changed, 0 insertion(s)(+), 1 deletion(s)(-) diff --git a/appview/pulls/pulls.go b/appview/pulls/pulls.go --- a/appview/pulls/pulls.go +++ b/appview/pulls/pulls.go @@ -2010,7 +2010,6 @@ CreatedAt: time.Now().Format(time.RFC3339), PatchBlob: blob.Blob, }) - record.CreatedAt = time.Now().Format(time.RFC3339) _, err = comatproto.RepoPutRecord(r.Context(), client, &comatproto.RepoPutRecord_Input{ Collection: tangled.RepoPullNSID, -- tangled.sh