mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
parent
bfa7e364bf
commit
aaa5acbb0c
4 changed files with 28 additions and 2 deletions
|
@ -137,7 +137,9 @@ export const serverFilterHookObject = {
|
|||
// Peertube >= 5.2
|
||||
'filter:feed.podcast.channel.create-custom-tags.result': true,
|
||||
// Peertube >= 5.2
|
||||
'filter:feed.podcast.video.create-custom-tags.result': true
|
||||
'filter:feed.podcast.video.create-custom-tags.result': true,
|
||||
// Peertube >= 6.1
|
||||
'filter:api.user.me.get.result': true
|
||||
}
|
||||
|
||||
export type ServerFilterHookName = keyof typeof serverFilterHookObject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue