summaryrefslogtreecommitdiff
path: root/public/assets/js/lib/views
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/js/lib/views')
-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 a12ea39..1ab9725 100644
--- a/public/assets/js/lib/views/stream/hootstream.js
+++ b/public/assets/js/lib/views/stream/hootstream.js
@@ -172,7 +172,7 @@ var HootStream = View.extend({
...current,
thread: [
{
- ...current.thread,
+ ...current.thread[0],
file_count:
current.file_count + (data.files ? data.files.length : 0),
comment_count: current.comment_count + (data.comment ? 1 : 0),