Ensure all memes have at least two citations

This commit is contained in:
Sam Ruby 2010-09-25 14:33:42 -04:00
parent 5d9df85826
commit ee4f756cf5

View File

@ -385,6 +385,7 @@ from urllib import quote_plus
for i in range(0,len(weighted_links)):
weight, link, updated = weighted_links[i]
if link in spam: continue
if unique_votes(all_links[link]) < 2: continue
# ensure that somebody new points to this entry. This guards against
# groups of related links which several posts point to all.