Merge branch 'develop' into enhance-migration

This commit is contained in:
Namekuji 2023-04-18 06:16:56 -04:00 committed by GitHub
commit e2e77ac4f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 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({