mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Add scores to follows and remove bad ones
This commit is contained in:
parent
7ae71355c4
commit
60650c77c8
21 changed files with 217 additions and 133 deletions
|
@ -31,7 +31,7 @@ function populateAsyncUserVideoChannels (authService: AuthService, channel: any[
|
|||
const videoChannels = user.videoChannels
|
||||
if (Array.isArray(videoChannels) === false) return
|
||||
|
||||
videoChannels.forEach(c => channel.push({ id: c.id, label: c.name }))
|
||||
videoChannels.forEach(c => channel.push({ id: c.id, label: c.displayName }))
|
||||
|
||||
return res()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue