mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Add notification on subscription live stream
This commit is contained in:
parent
4300cc1ee1
commit
a012d6c2a9
19 changed files with 273 additions and 55 deletions
|
@ -185,7 +185,7 @@ async function moveToPublishedState (options: {
|
|||
}
|
||||
|
||||
if (isNewVideo) {
|
||||
Notifier.Instance.notifyOnNewVideoIfNeeded(video)
|
||||
Notifier.Instance.notifyOnNewVideoOrLiveIfNeeded(video)
|
||||
|
||||
if (previousState === VideoState.TO_TRANSCODE) {
|
||||
Notifier.Instance.notifyOnVideoPublishedAfterTranscoding(video)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue