Allow Mastodon bot to post more skins

This commit is contained in:
Jordan Eldredge 2023-03-04 14:06:29 -05:00
parent ec47ae1e50
commit 7d8fc13752

View file

@ -529,7 +529,7 @@ export async function getSkinToPostToMastodon(): Promise<string | null> {
"skin_reviews.review": "APPROVED",
"refreshes.error": null,
})
.where("likes", ">", 20)
.where("likes", ">", 10)
.groupBy("skins.md5")
.orderByRaw("random()")
.limit(1);