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:
@ -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"],
|
||||
));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user