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
M pkg/apps/auth/api.go
+1, -0
1@@ -581,6 +581,7 @@ func AddPlusFeedForUser(dbpool db.DB, userID, email string) error {
2 		Slug:      "pico-plus",
3 		Filename:  "pico-plus",
4 		PublishAt: &now,
5+		UpdatedAt: &now,
6 	})
7 	return err
8 }