diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-26 23:05:06 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-26 23:05:06 +0200 |
| commit | a504e64e75f1fddf36c96398b7730e8f3b91cd1f (patch) | |
| tree | 10e3b0f5965f1b6de61f7089860d48f298d9e43a /public/assets/js/lib/views/stream | |
| parent | d393b5478c0278956d5c0cbd26e0e86d9428cc1f (diff) | |
build...noooooo
Diffstat (limited to 'public/assets/js/lib/views/stream')
| -rw-r--r-- | public/assets/js/lib/views/stream/hootstream.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( |
