From a5b5999cc68e34ad57b80dc74e9e2d1418f2ef1b Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 8 Nov 2017 16:53:34 +0900 Subject: より多くのスレッドを表示するように MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/app/ch/tags/index.tag | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/web/app/ch/tags/index.tag b/src/web/app/ch/tags/index.tag index 50ccc0d91c..5f3871802a 100644 --- a/src/web/app/ch/tags/index.tag +++ b/src/web/app/ch/tags/index.tag @@ -15,7 +15,9 @@ this.mixin('api'); this.on('mount', () => { - this.api('channels').then(channels => { + this.api('channels', { + limit: 100 + }).then(channels => { this.update({ channels: channels }); -- cgit v1.2.3-freya