mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-15 06:27:34 -07:00
より多くのスレッドを表示するように
This commit is contained in:
parent
ed6dc56077
commit
aa27808431
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