diff --git a/src/General/Index.coffee b/src/General/Index.coffee index 2670946c0..e1fb9cb69 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -815,6 +815,7 @@ Index = when 'lastlong' lastlong = (thread) -> for r, i in (thread.last_replies or []) by -1 + continue if Index.isHiddenReply thread.no, r len = if r.com then Build.parseComment(r.com).replace(/[^a-z]/ig, '').length else 0 if len >= Index.lastLongThresholds[+!!r.ext] return r