fix(client): MkHeader及びデッキのカラムでチャンネル一覧を選択したとき、最大5個までしか表示されない

Fix #9904
This commit is contained in:
syuilo
2023-02-17 14:59:11 +09:00
parent 14cff15c89
commit d4eb1def61
2 changed files with 7 additions and 3 deletions

View File

@ -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 => ({