mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00

* Comments and videos can be automatically tagged using core rules or watched word lists * These tags can be used to automatically filter videos and comments * Introduce a new video comment policy where comments must be approved first * Comments may have to be approved if the user auto block them using core rules or watched word lists * Implement FEP-5624 to federate reply control policies
3 lines
123 B
TypeScript
3 lines
123 B
TypeScript
export * from './abuses-command.js'
|
|
export * from './automatic-tags-command.js'
|
|
export * from './watched-words-command.js'
|