mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-18 00:55:54 +00:00
Allow Mastodon bot to post more skins
This commit is contained in:
parent
ec47ae1e50
commit
7d8fc13752
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue