Implement auto tag on comments and videos#6399
Merged
Merged
Conversation
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/linkify-it@5.0.0, npm/lodash-es@4.17.21, npm/lodash@4.17.21, npm/logform@2.6.0, npm/lru-cache@10.2.0, npm/magnet-uri@7.0.5 |
|
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
60fd2dc to
1d25ff7
Compare
* 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
1d25ff7 to
e62834b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement auto tag on comments and videos and add ability to require comment approval:
Screenshots
Users can create watched words lists:
Instance admins/moderators too:
The "comment enabled" video setting disappears in favour of a "comment policy" where the user can select the "Requires approval" option:
Users can choose if they want to block comments based on core rules/watched word lists:
Added a page for users to list comments on their videos. They can easily filter, approve or remove comments:
Videos can be filtered using auto tags
