Skip to content
Snippets Groups Projects
Unverified Commit aa289c9c authored by tsukimizake's avatar tsukimizake Committed by GitHub
Browse files

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

parent 614f1238
No related branches found
No related tags found
No related merge requests found
......@@ -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({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment