Fix #5140
This commit is contained in:
parent
ebbf5268ac
commit
2cb032b0e0
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ export class AbuseUserReportRepository extends Repository<AbuseUserReport> {
|
||||||
return await awaitAll({
|
return await awaitAll({
|
||||||
id: report.id,
|
id: report.id,
|
||||||
createdAt: report.createdAt,
|
createdAt: report.createdAt,
|
||||||
|
comment: report.comment,
|
||||||
reporterId: report.reporterId,
|
reporterId: report.reporterId,
|
||||||
userId: report.userId,
|
userId: report.userId,
|
||||||
reporter: Users.pack(report.reporter || report.reporterId, null, {
|
reporter: Users.pack(report.reporter || report.reporterId, null, {
|
||||||
|
|
Loading…
Reference in a new issue