diff options
| author | takonomura <takonomura@users.noreply.github.com> | 2020-08-30 18:18:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-30 18:18:34 +0900 |
| commit | d7df26d92b3363df197afa47343d3a05e943e362 (patch) | |
| tree | f02588cbbc3f23c6d7336560c30b720af2659872 /src/client | |
| parent | fix(server): Fix #6669 (diff) | |
| download | sharkey-d7df26d92b3363df197afa47343d3a05e943e362.tar.gz sharkey-d7df26d92b3363df197afa47343d3a05e943e362.tar.bz2 sharkey-d7df26d92b3363df197afa47343d3a05e943e362.zip | |
Fix channels list pagination (#6679)
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/pages/channels.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/channels.vue b/src/client/pages/channels.vue index 85804141f1..34a79e70eb 100644 --- a/src/client/pages/channels.vue +++ b/src/client/pages/channels.vue @@ -44,7 +44,7 @@ export default Vue.extend({ tab: 'featured', featuredPagination: { endpoint: 'channels/featured', - limit: 5, + noPaging: true, }, followingPagination: { endpoint: 'channels/followed', |