From a504e64e75f1fddf36c96398b7730e8f3b91cd1f Mon Sep 17 00:00:00 2001 From: julian laplace Date: Wed, 26 Oct 2022 23:05:06 +0200 Subject: build...noooooo --- public/assets/js/lib/views/stream/hootstream.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/assets/js/lib/views/stream/hootstream.js') diff --git a/public/assets/js/lib/views/stream/hootstream.js b/public/assets/js/lib/views/stream/hootstream.js index a67f4b8..b0e6f3d 100644 --- a/public/assets/js/lib/views/stream/hootstream.js +++ b/public/assets/js/lib/views/stream/hootstream.js @@ -92,7 +92,7 @@ var HootStream = View.extend({ return true; } const thread = threadLookup[thread_id]; - if (filters.hoots && thread.comments?.length) { + if (filters.hoots && thread.comments && thread.comments.length) { return true; } if ( -- cgit v1.2.3-70-g09d2