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

Update upload message filter hook name

This commit is contained in:
Chocobozzz 2021-08-25 11:41:10 +02:00
parent 4e1592daa4
commit 59c8902a57
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ export const clientFilterHookObject = {
'filter:left-menu.links.create.result': true,
// Filter upload page alert messages
'filter:upload-page.alert-messages.edit.result': true,
'filter:upload.messages.create.result': true,
// Filter videojs options built for PeerTube player
'filter:internal.player.videojs.options.result': true