1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Fill video support on channel sync

This commit is contained in:
Chocobozzz 2025-09-03 08:46:38 +02:00
parent 0882d96624
commit 91afa1004e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 9 additions and 2 deletions

View file

@ -66,7 +66,8 @@ export async function synchronizeChannel (options: {
targetUrl,
channelSync,
importDataOverride: {
privacy: VideoPrivacy.PUBLIC
privacy: VideoPrivacy.PUBLIC,
support: channel.support
}
})