forked from FoundKeyGang/FoundKey
より多くのスレッドを表示するように
This commit is contained in:
parent
ed79710c2b
commit
a5b5999cc6
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@
|
||||||
this.mixin('api');
|
this.mixin('api');
|
||||||
|
|
||||||
this.on('mount', () => {
|
this.on('mount', () => {
|
||||||
this.api('channels').then(channels => {
|
this.api('channels', {
|
||||||
|
limit: 100
|
||||||
|
}).then(channels => {
|
||||||
this.update({
|
this.update({
|
||||||
channels: channels
|
channels: channels
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue