From 712f305229bb8b3d10f05342f8bcecb9081715e3 Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Tue, 14 Apr 2026 00:48:36 +0900 Subject: [PATCH] appview/pulls: don't update created date on resubmit Signed-off-by: Seongmin Lee --- appview/pulls/pulls.go | 1 - 1 file changed, 1 deletion(-) diff --git a/appview/pulls/pulls.go b/appview/pulls/pulls.go index caf74554..e7fecbc1 100644 --- a/appview/pulls/pulls.go +++ b/appview/pulls/pulls.go @@ -2010,7 +2010,6 @@ func (s *Pulls) resubmitPullHelper( 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, -- 2.51.2