-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of moderator actions / moderation abilities #1182
Comments
- Adding appropriate viewModels and activities. - Adds functions to search for and update lists of posts and comments - Context: #1182
* Adding ability to remove and restore comments. #1182 * Fix weird formatting miss. * Use ImmutableList instead of List. * Surrounding canMod with remember. * Adding ability to remove and restore posts. #1182 * Fixing jerboaappstate. * Removing extra RemoveViewModel. * Changing remove icon to gavel. * Change a few strings to non-contextual. * Add remove comment to commentmentionnode. * Remove non-optional body from compiler warning. * Wrapping remember around moderators.
) * Adding ability to remove and restore comments. #1182 * Fix weird formatting miss. * Use ImmutableList instead of List. * Surrounding canMod with remember. * Adding ability to remove and restore posts. #1182 * Fixing jerboaappstate. * Removing extra RemoveViewModel. * Changing remove icon to gavel. * Change a few strings to non-contextual. * Add remove comment to commentmentionnode. * Remove non-optional body from compiler warning. * Adding ban and ban from community. - Adding appropriate viewModels and activities. - Adds functions to search for and update lists of posts and comments - Context: #1182 * Fixing some formatting issues. * Adding admin key to canMod remember. * Simplifying futureDaysToUnixTime function.
These are all done now, except for those last two, but they should be added as back-end features first. |
They can be achieved already on the front end though? |
Locking specific comments doesn't exist in the back end, so it'd need an issue. Deleting comment chains seem could be done via a front end loop, but I'd prefer that also be a back end ability where you only need to provide a single parent comment. Both of these need back end issues, and probably separate ones here too. |
A top-level issue for moderation abilities:
The text was updated successfully, but these errors were encountered: