diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-05-03 16:23:09 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2020-05-04 15:01:44 +0200 |
commit | 0db536f1e00e2f0c019b5ea3807f1d9125ff4f1d (patch) | |
tree | dcd1493bc6d24cfa835d137ee133e01d4365e324 /client/src/app/shared/video-abuse | |
parent | d405118360b7356d86cd570ceb665d38cc1c17f7 (diff) | |
download | PeerTube-0db536f1e00e2f0c019b5ea3807f1d9125ff4f1d.tar.gz PeerTube-0db536f1e00e2f0c019b5ea3807f1d9125ff4f1d.tar.zst PeerTube-0db536f1e00e2f0c019b5ea3807f1d9125ff4f1d.zip |
Only show updatedAt date of abuse if different from createdAt
Diffstat (limited to 'client/src/app/shared/video-abuse')
-rw-r--r-- | client/src/app/shared/video-abuse/video-abuse.service.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/shared/video-abuse/video-abuse.service.ts b/client/src/app/shared/video-abuse/video-abuse.service.ts index a39ad31d4..1ab6b5376 100644 --- a/client/src/app/shared/video-abuse/video-abuse.service.ts +++ b/client/src/app/shared/video-abuse/video-abuse.service.ts | |||
@@ -32,7 +32,6 @@ export class VideoAbuseService { | |||
32 | 32 | ||
33 | return this.authHttp.get<ResultList<VideoAbuse>>(url, { params }) | 33 | return this.authHttp.get<ResultList<VideoAbuse>>(url, { params }) |
34 | .pipe( | 34 | .pipe( |
35 | map(res => this.restExtractor.convertResultListDateToHuman(res)), | ||
36 | catchError(res => this.restExtractor.handleError(res)) | 35 | catchError(res => this.restExtractor.handleError(res)) |
37 | ) | 36 | ) |
38 | } | 37 | } |