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

feat(plugins): add filter:api.user.me.get.result

relates to #6219
This commit is contained in:
kontrollanten 2024-03-26 11:51:02 +01:00 committed by Chocobozzz
parent bfa7e364bf
commit aaa5acbb0c
4 changed files with 28 additions and 2 deletions

View file

@ -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