mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-20 00:35:17 +00:00
Users can report their own generated content (thanks Google Play reviewers)
This commit is contained in:
@ -151,8 +151,13 @@ class ReportCause {
|
||||
class ReportPolicy {
|
||||
final List<ReportCause> causes;
|
||||
final int maxCommentLength;
|
||||
final bool canUserReportHisOwnContent;
|
||||
|
||||
const ReportPolicy({required this.causes, required this.maxCommentLength});
|
||||
const ReportPolicy({
|
||||
required this.causes,
|
||||
required this.maxCommentLength,
|
||||
required this.canUserReportHisOwnContent,
|
||||
});
|
||||
}
|
||||
|
||||
class ServerConfig {
|
||||
|
Reference in New Issue
Block a user