use channels/my-favorites on deck/channel-column/setChannel (#10662)
This commit is contained in:
parent
614f12386e
commit
aa289c9cb0
|
@ -40,7 +40,7 @@ if (props.column.channelId == null) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function setChannel() {
|
async function setChannel() {
|
||||||
const channels = await os.api('channels/followed', {
|
const channels = await os.api('channels/my-favorites', {
|
||||||
limit: 100,
|
limit: 100,
|
||||||
});
|
});
|
||||||
const { canceled, result: channel } = await os.select({
|
const { canceled, result: channel } = await os.select({
|
||||||
|
|
Loading…
Reference in New Issue