diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-07-12 03:17:31 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-07-12 03:17:31 +0900 |
| commit | 2cb032b0e01b166cda372ea217b60b6705cf4c33 (patch) | |
| tree | 32d0c6d47b02075b50ef376bf3ccb775a40aa0f3 | |
| parent | Improve usability (diff) | |
| download | sharkey-2cb032b0e01b166cda372ea217b60b6705cf4c33.tar.gz sharkey-2cb032b0e01b166cda372ea217b60b6705cf4c33.tar.bz2 sharkey-2cb032b0e01b166cda372ea217b60b6705cf4c33.zip | |
Fix #5140
| -rw-r--r-- | src/models/repositories/abuse-user-report.ts | 1 |
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, { |