feat: Implement reporting of events

This commit is contained in:
Christian Pauly 2021-02-01 21:26:02 +01:00
commit ba42c577f9
2 changed files with 125 additions and 8 deletions

View file

@ -1332,6 +1332,54 @@
"username": {}
}
},
"howOffensiveIsThisContent": "How offensive is this content?",
"@howOffensiveIsThisContent": {
"type": "text",
"placeholders": {}
},
"extremeOffensive": "Extreme offensive",
"@extremeOffensive": {
"type": "text",
"placeholders": {}
},
"offensive": "Offensive",
"@offensive": {
"type": "text",
"placeholders": {}
},
"inoffensive": "Inoffensive",
"@inoffensive": {
"type": "text",
"placeholders": {}
},
"whyDoYouWantToReportThis": "Why do you want to report this?",
"@whyDoYouWantToReportThis": {
"type": "text",
"placeholders": {}
},
"reason": "Reason",
"@reason": {
"type": "text",
"placeholders": {}
},
"contentHasBeenReported": "The content has been reported to the server admins",
"@contentHasBeenReported": {
"type": "text",
"placeholders": {}
},
"redactMessage": "Redact message",
"@redactMessage": {
"type": "text",
"placeholders": {}
},
"reportMessage": "Report message",
"@reportMessage": {
"type": "text",
"placeholders": {}
},
"searchForAChat": "Search for a chat",
"@searchForAChat": {
"type": "text",