keep_fresh_links: skip promoted links.

This commit is contained in:
Brian Simpson
2013-12-11 06:49:13 -05:00
parent c15f4af2fe
commit 1caaf029e3

View File

@@ -41,7 +41,7 @@ def keep_fresh_links(item):
from r2.lib.promote import is_promo
if is_promo(item):
return (not item.over_18 or c.over18) and not item.hidden
return False
return item.fresh