Ensure all memes have at least two citations
This commit is contained in:
parent
5d9df85826
commit
ee4f756cf5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user