summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2022-10-26 23:05:06 +0200
committerjulian laplace <julescarbon@gmail.com>2022-10-26 23:05:06 +0200
commita504e64e75f1fddf36c96398b7730e8f3b91cd1f (patch)
tree10e3b0f5965f1b6de61f7089860d48f298d9e43a
parentd393b5478c0278956d5c0cbd26e0e86d9428cc1f (diff)
build...noooooo
-rw-r--r--public/assets/js/lib/views/stream/hootstream.js2
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 (