Don't display webchat when viewing a playlist:

* remove old Peertube 3.0.1 hook compatibility
* use new parameters for hook action:video-watch.video.loaded (Peertube
3.2.0)
* backward compatibility with Peertube 3.1.0 hooks
* don't display webchat if there is a current playlist
This commit is contained in:
John Livingston
2021-05-07 18:52:01 +02:00
parent 32724fa7d8
commit bebefb1a5d
2 changed files with 48 additions and 29 deletions

View File

@ -2,6 +2,10 @@
## ???
### Features
* Don't display webchat when viewing a playlist.
### Fixes
* Fix: starting with Peertube 3.2.0, there is a header 'X-Frame-Options'. Removing it on the iframe route.