mirror of
https://github.com/friendica/friendica
synced 2025-04-22 19:50:11 +00:00
Basic functionality for seeing reports
This commit is contained in:
parent
8c9e4c46a0
commit
c836b0ee8d
5 changed files with 216 additions and 14 deletions
|
@ -107,6 +107,7 @@ abstract class BaseModeration extends BaseModule
|
|||
$aside_sub = [
|
||||
'information' => [$this->t('Information'), [
|
||||
'overview' => ['moderation', $this->t('Overview'), 'overview'],
|
||||
'reports' => ['moderation/reports', $this->t('Reports'), 'overview'],
|
||||
]],
|
||||
'configuration' => [$this->t('Configuration'), [
|
||||
'users' => ['moderation/users', $this->t('Users'), 'users'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue