fix downvote
This commit is contained in:
@@ -160,8 +160,8 @@ public class EntryManager {
|
||||
entry.getMetadata().put("vote", true);
|
||||
}
|
||||
|
||||
if (!ignore.contains("unvote") && karma >= UNVOTE_THRESH) {
|
||||
entry.getMetadata().put("unvote", true);
|
||||
if (!ignore.contains("downvote") && karma >= UNVOTE_THRESH) {
|
||||
entry.getMetadata().put("downvote", true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user