Commit 190b37f

Eric Bower  ·  2026-01-07 22:03:09 -0500 EST
parent 6b55f39
fix(auth): updated_at required for pico+ feed posts
1 files changed,  +1, -0
+1, -0
......@@ -581,6 +581,7 @@ func AddPlusFeedForUser(dbpool db.DB, userID, email string) error {
581581 Slug: "pico-plus",
582582 Filename: "pico-plus",
583583 PublishAt: &now,
584+ UpdatedAt: &now,
584585 })
585586 return err
586587 }