Add missing library section and permissions guidance
This commit is contained in:
parent
e1e6409774
commit
c8e3a9ff19
26 changed files with 328 additions and 15 deletions
|
|
@ -6,6 +6,11 @@ Deleting reported objects is irreversible. This action deletes the associated fi
|
|||
|
||||
You can handle content reports from the {guilabel}`Reports` page or from the reported object's moderation page. You only need to open the moderation page to edit objects.
|
||||
|
||||
```{dropdown} Required permissions
|
||||
- {guilabel}`Moderation` – provides access to the administration and moderation menus.
|
||||
- {guilabel}`Library` – enables the moderator to delete objects.
|
||||
```
|
||||
|
||||
```{contents}
|
||||
:local:
|
||||
```
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
# Handle reported users
|
||||
|
||||
If a user has reported another user on your pod, you need to open the reported user's moderation page. To do this:
|
||||
If a user has reported another user on your pod, you can make changes to the reported user's profile. Use the user's moderation page to take the appropriate steps to handle the report.
|
||||
|
||||
```{dropdown} Required permissions
|
||||
- {guilabel}`Moderation` – provides access to the administration and moderation menus.
|
||||
```
|
||||
|
||||
To open a user's moderation page:
|
||||
|
||||
```{tabbed} Desktop
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Reports
|
||||
# Handle reports
|
||||
|
||||
As a Funkwhale moderator, you have extra permissions. These permissions enable you to handle reports submitted by users and anonymous browsers.
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
Use internal notes to add information to a report. This can be a summary of your actions or an update on your investigation. Internal notes are only visible to pod admins and moderators.
|
||||
|
||||
```{dropdown} Required permissions
|
||||
- {guilabel}`Moderation` – provides access to the administration and moderation menus.
|
||||
```
|
||||
|
||||
## Add notes to a report
|
||||
|
||||
You can add notes to __Unresolved__ and __Resolved__ reports. To add an internal note:
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
The {guilabel}`Reports` page contains filters that enable you to search for reports. Use these filters to find reports by category, status, or key words.
|
||||
|
||||
```{dropdown} Required permissions
|
||||
- {guilabel}`Moderation` – provides access to the administration and moderation menus.
|
||||
```
|
||||
|
||||
```{tabbed} Desktop
|
||||
|
||||
1. Log in to your {term}`pod`.
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
When a user reports an object on your {term}`pod`, the report gets sent to a moderation queue. You can check this moderation queue to handle any reports that users have submitted.
|
||||
|
||||
```{dropdown} Required permissions
|
||||
- {guilabel}`Moderation` – provides access to the administration and moderation menus.
|
||||
```
|
||||
|
||||
## Check the Reports page
|
||||
|
||||
You can see a list of unresolved reports by going to the {guilabel}`Reports` page. To do this:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue