summaryrefslogtreecommitdiff
path: root/packages/frontend/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/ui')
-rw-r--r--packages/frontend/src/ui/deck/channel-column.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/frontend/src/ui/deck/channel-column.vue b/packages/frontend/src/ui/deck/channel-column.vue
index 5a84237c80..169d2c4056 100644
--- a/packages/frontend/src/ui/deck/channel-column.vue
+++ b/packages/frontend/src/ui/deck/channel-column.vue
@@ -39,7 +39,9 @@ if (props.column.channelId == null) {
}
async function setChannel() {
- const channels = await os.api('channels/followed');
+ const channels = await os.api('channels/followed', {
+ limit: 100,
+ });
const { canceled, result: channel } = await os.select({
title: i18n.ts.selectChannel,
items: channels.map(x => ({