mirror of https://github.com/Chocobozzz/PeerTube
Merge branch 'release/6.0.0' into develop
commit
66776b6a25
|
@ -141,7 +141,7 @@ plugins:
|
|||
|
||||
federation:
|
||||
videos:
|
||||
federate_unlisted: false
|
||||
federate_unlisted: true
|
||||
cleanup_remote_interactions: false
|
||||
|
||||
views:
|
||||
|
|
|
@ -440,8 +440,6 @@ describe('Save replay setting', function () {
|
|||
it('Should federate the replay after updating its privacy to public', async function () {
|
||||
this.timeout(120000)
|
||||
|
||||
console.log(lastReplayUUID)
|
||||
|
||||
await servers[0].videos.update({ id: lastReplayUUID, attributes: { privacy: VideoPrivacy.PUBLIC } })
|
||||
await waitJobs(servers)
|
||||
|
||||
|
|
Loading…
Reference in New Issue