1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-20 16:55:17 +00:00

Users can report their own generated content (thanks Google Play reviewers)

This commit is contained in:
2022-08-04 13:45:10 +02:00
parent a24bb147c8
commit c5ee235ebd
6 changed files with 21 additions and 6 deletions

View File

@ -135,7 +135,9 @@ class _AboutUserSectionState extends State<AboutUserSection> {
),
// Report user
!widget.user.isCurrentUser && srvConfig!.isReportingEnabled
srvConfig!.isReportingEnabled &&
(!widget.user.isCurrentUser ||
srvConfig!.reportPolicy!.canUserReportHisOwnContent)
? ListTile(
textColor: Colors.red,
leading: Icon(Icons.flag, color: Colors.red),