Skip to content

Commit ecf5fbd

Browse files
committed
remove pinned boost
1 parent bd4e464 commit ecf5fbd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

api/resolvers/item.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,6 @@ export default {
599599
ORDER BY position ASC`,
600600
orderBy: 'ORDER BY position ASC'
601601
}, ...subArr)
602-
603-
ad = await getAd(parent, { sub, subArr, showNsfw }, { me, models })
604602
}
605603

606604
items = await itemQueryWithMeta({

components/boost-button.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ export function BoostHelp () {
5050
return (
5151
<ol>
5252
<li>Boost is <strong>exactly</strong> like a zap from other stackers: it ranks the item higher based on the amount</li>
53-
<li>The highest boosted post in a territory over the last 7 days is pinned to the top of the territory</li>
54-
<li>The highest boosted post across all territories over the last 7 days is pinned to the top of the homepage and the <Link href='/rewards'>rewards page</Link></li>
53+
<li>The highest boosted post across all territories over the last 7 days is pinned to the top of the <Link href='/rewards'>rewards page</Link></li>
5554
<li>The top 5 highest boosted posts across all territories are shared in the newsletter</li>
5655
<li>100% of boost goes to the territory founder and top stackers as rewards</li>
5756
<li>Boosted items can be downzapped to reduce their rank</li>

0 commit comments

Comments
 (0)