use channels/my-favorites on deck/channel-column/setChannel (#10662)

This commit is contained in:
tsukimizake 2023-04-18 13:29:45 +09:00 committed by GitHub
parent 614f12386e
commit aa289c9cb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ if (props.column.channelId == null) {
}
async function setChannel() {
const channels = await os.api('channels/followed', {
const channels = await os.api('channels/my-favorites', {
limit: 100,
});
const { canceled, result: channel } = await os.select({