mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 02:13:09 +02:00
より多くのスレッドを表示するように
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.on('mount', () => {
|
||||
this.api('channels').then(channels => {
|
||||
this.api('channels', {
|
||||
limit: 100
|
||||
}).then(channels => {
|
||||
this.update({
|
||||
channels: channels
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue