Fix up and code review

* Check if it works properly
    * Notifs are shown as BE returns them
    * The Interaction view has Reports, but only when you're mod or admin
* Do some extra translations
* Fix some console spam
This commit is contained in:
Ilja 2022-02-26 01:53:01 +01:00
commit 819b760261
7 changed files with 22 additions and 10 deletions

View file

@ -93,7 +93,7 @@ export const prepareNotificationObject = (notification, i18n) => {
i18nString = 'follow_request'
break
case 'pleroma:report':
i18nString = 'reported'
i18nString = 'submitted_report'
break
}