より多くのスレッドを表示するように

This commit is contained in:
syuilo 2017-11-08 16:53:34 +09:00
parent ed79710c2b
commit a5b5999cc6

View file

@ -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
});