persona's revenge

This commit is contained in:
Ajay 2024-09-13 21:51:06 -04:00
parent 4508ad11f2
commit c313590d36

View file

@ -24,7 +24,9 @@ async function prepareCategorySegments(req: Request, videoID: VideoID, service:
return true; //required - always send
}
if (segment.hidden || segment.votes < -1) {
if (segment.hidden
|| segment.votes < -1
|| segment.shadowHidden === Visibility.MORE_HIDDEN) {
return false; //too untrustworthy, just ignore it
}