mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-20 00:35:17 +00:00
Managed to send reports
This commit is contained in:
@ -2,7 +2,7 @@ import 'package:comunic/enums/report_target_type.dart';
|
||||
|
||||
class ReportTarget {
|
||||
final ReportTargetType type;
|
||||
final int targetId;
|
||||
final int id;
|
||||
|
||||
const ReportTarget(this.type, this.targetId);
|
||||
const ReportTarget(this.type, this.id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user