summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2019-07-12 03:17:31 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2019-07-12 03:17:31 +0900
commit2cb032b0e01b166cda372ea217b60b6705cf4c33 (patch)
tree32d0c6d47b02075b50ef376bf3ccb775a40aa0f3 /src
parentImprove usability (diff)
downloadsharkey-2cb032b0e01b166cda372ea217b60b6705cf4c33.tar.gz
sharkey-2cb032b0e01b166cda372ea217b60b6705cf4c33.tar.bz2
sharkey-2cb032b0e01b166cda372ea217b60b6705cf4c33.zip
Fix #5140
Diffstat (limited to 'src')
-rw-r--r--src/models/repositories/abuse-user-report.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/repositories/abuse-user-report.ts b/src/models/repositories/abuse-user-report.ts
index 61d0d6e229..bff64c770c 100644
--- a/src/models/repositories/abuse-user-report.ts
+++ b/src/models/repositories/abuse-user-report.ts
@@ -14,6 +14,7 @@ export class AbuseUserReportRepository extends Repository<AbuseUserReport> {
return await awaitAll({
id: report.id,
createdAt: report.createdAt,
+ comment: report.comment,
reporterId: report.reporterId,
userId: report.userId,
reporter: Users.pack(report.reporter || report.reporterId, null, {