1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-07-02 06:33:36 +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

@ -104,6 +104,8 @@ class ServerConfigurationHelper {
label: new Map<String, String>.from(cause["label"])))
.toList()),
maxCommentLength: reportPolicy["max_comment_length"],
canUserReportHisOwnContent:
reportPolicy["can_user_report_his_own_content"],
));
}