repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
fd9c1fe
parent
13076a6
author
Eric Bower
date
2025-03-20 11:54:19 -0400 EDT
chore(auth): change pico+ interval to 10min
1 files changed,  +1, -1
M pkg/apps/auth/api.go
+1, -1
1@@ -542,7 +542,7 @@ func AddPlusFeedForUser(dbpool db.DB, userID, email string) error {
2 
3 	href := fmt.Sprintf("https://auth.pico.sh/rss/%s", token)
4 	text := fmt.Sprintf(`=: email %s
5-=: digest_interval 1day
6+=: digest_interval 10min
7 =: inline_content true
8 => %s
9 => https://blog.pico.sh/rss`, email, href)