mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -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.on('mount', () => {
|
||||
this.api('channels').then(channels => {
|
||||
this.api('channels', {
|
||||
limit: 100
|
||||
}).then(channels => {
|
||||
this.update({
|
||||
channels: channels
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue