Merge branch 'release/6.0.0' into develop

pull/6157/head
Chocobozzz 2023-12-20 14:07:47 +01:00
commit 66776b6a25
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 1 additions and 3 deletions

View File

@ -141,7 +141,7 @@ plugins:
federation: federation:
videos: videos:
federate_unlisted: false federate_unlisted: true
cleanup_remote_interactions: false cleanup_remote_interactions: false
views: views:

View File

@ -440,8 +440,6 @@ describe('Save replay setting', function () {
it('Should federate the replay after updating its privacy to public', async function () { it('Should federate the replay after updating its privacy to public', async function () {
this.timeout(120000) this.timeout(120000)
console.log(lastReplayUUID)
await servers[0].videos.update({ id: lastReplayUUID, attributes: { privacy: VideoPrivacy.PUBLIC } }) await servers[0].videos.update({ id: lastReplayUUID, attributes: { privacy: VideoPrivacy.PUBLIC } })
await waitJobs(servers) await waitJobs(servers)