mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Support refusing remote comments
This commit is contained in:
parent
b569b2c607
commit
b2a70e3ca2
6 changed files with 311 additions and 202 deletions
|
@ -103,7 +103,9 @@ export const serverFilterHookObject = {
|
|||
'filter:job-queue.process.result': true,
|
||||
|
||||
'filter:transcoding.manual.resolutions-to-transcode.result': true,
|
||||
'filter:transcoding.auto.resolutions-to-transcode.result': true
|
||||
'filter:transcoding.auto.resolutions-to-transcode.result': true,
|
||||
|
||||
'filter:activity-pub.remote-video-comment.create.accept.result': true
|
||||
}
|
||||
|
||||
export type ServerFilterHookName = keyof typeof serverFilterHookObject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue