Skip to content

Commit 102b2f2

Browse files
authored
Merge branch 'master' into custom_domains_base
2 parents d579b55 + 97cf36d commit 102b2f2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

api/resolvers/item.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ import { verifyHmac } from './wallet'
2828
import { parse } from 'tldts'
2929
import { shuffleArray } from '@/lib/rand'
3030

31+
metadataRuleSets.title.rules.unshift(['h1 > yt-formatted-string.ytd-watch-metadata', el => el.getAttribute('title')])
32+
3133
function commentsOrderByClause (me, models, sort) {
3234
const sharedSortsArray = []
3335
sharedSortsArray.push('("Item"."pinId" IS NOT NULL) DESC')
@@ -650,7 +652,7 @@ export default {
650652
query: `
651653
${SELECT}
652654
FROM "Item"
653-
WHERE url ~* $1
655+
WHERE url ~* $1 AND ("Item"."invoiceActionState" IS NULL OR "Item"."invoiceActionState" = 'PAID')
654656
ORDER BY created_at DESC
655657
LIMIT 3`
656658
}, similar)

awards.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,6 @@ SouthKoreaLN,pr,#2072,#2043,easy,,,,100k,south_korea_ln@stacker.news,2025-05-13
229229
m0wer,pr,#2135,#1391,easy,,1,more difficult than planned,150k,klk@stacker.news,2025-05-13
230230
sutt,pr,#2162,#2161,good-first-issue,,,,20k,bounty_hunter@stacker.news,2025-05-15
231231
sutt,issue,#2162,#2161,good-first-issue,,,,2k,bounty_hunter@stacker.news,2025-05-15
232+
brymut,pr,#2171,#2164,easy,,,,100k,brymut@stacker.news,2025-05-21
233+
SouthKoreaLN,issue,#2171,#2164,easy,,,,10k,south_korea_ln@stacker.news,2025-05-21
234+
brymut,pr,#2175,#2173,good-first-issue,,,,20k,brymut@stacker.news,2025-05-21

0 commit comments

Comments
 (0)