diff options
| -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 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), |
