1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00

Clearer live session

Get the save replay setting when the session started to prevent
inconsistent behaviour when the setting changed before the session was
processed by the live ending job

Display more information about the potential session replay in live
modal information
This commit is contained in:
Chocobozzz 2022-07-22 15:22:21 +02:00
parent a77c5ff362
commit c8fa571f32
No known key found for this signature in database
GPG key ID: 583A612D890159BE
10 changed files with 134 additions and 36 deletions

View file

@ -24,7 +24,7 @@ import { CONFIG, registerConfigChangedHandler } from './config'
// ---------------------------------------------------------------------------
const LAST_MIGRATION_VERSION = 715
const LAST_MIGRATION_VERSION = 720
// ---------------------------------------------------------------------------