From 1850f78ba2f20e6e490364650977fe9fb1afa423 Mon Sep 17 00:00:00 2001 From: julian laplace Date: Tue, 25 Oct 2022 23:50:42 +0200 Subject: more files... code... yes --- public/assets/js/lib/views/stream/hootstream.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/assets/js/lib/views/stream') diff --git a/public/assets/js/lib/views/stream/hootstream.js b/public/assets/js/lib/views/stream/hootstream.js index d7d7ba3..b8534c7 100644 --- a/public/assets/js/lib/views/stream/hootstream.js +++ b/public/assets/js/lib/views/stream/hootstream.js @@ -118,9 +118,9 @@ var HootStream = View.extend({ className: "", date: thread.lastmodified, }), - this.renderFiles(files.slice(0, 3)), + this.renderFiles(files.slice(0, 10)), ...this.renderHoots({ hoots: comments.slice(0, 1), tag: "first_post" }), - ...this.renderHoots({ hoots: comments.slice(1).slice(-3) }), + ...this.renderHoots({ hoots: comments.slice(1).slice(-5) }), "
", ]; // say "in ... " -- cgit v1.2.3-70-g09d2