From a5b5999cc68e34ad57b80dc74e9e2d1418f2ef1b Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 8 Nov 2017 16:53:34 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=88=E3=82=8A=E5=A4=9A=E3=81=8F=E3=81=AE?= =?UTF-8?q?=E3=82=B9=E3=83=AC=E3=83=83=E3=83=89=E3=82=92=E8=A1=A8=E7=A4=BA?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= 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(-) diff --git a/src/web/app/ch/tags/index.tag b/src/web/app/ch/tags/index.tag index 50ccc0d91..5f3871802 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 });