From ee79b60e4e500a1dc7db8bcee560d9a4a1a5d17a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 31 May 2019 15:14:40 +0200 Subject: More robust federation In particular when fetching pleroma outbox --- client/src/app/shared/video/video-details.model.ts | 3 +-- client/src/app/shared/video/video.model.ts | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'client/src/app/shared/video') diff --git a/client/src/app/shared/video/video-details.model.ts b/client/src/app/shared/video/video-details.model.ts index 22f024656..e4d443a06 100644 --- a/client/src/app/shared/video/video-details.model.ts +++ b/client/src/app/shared/video/video-details.model.ts @@ -1,5 +1,4 @@ -import { UserRight, VideoConstant, VideoDetails as VideoDetailsServerModel, VideoFile, VideoState } from '../../../../../shared' -import { AuthUser } from '../../core' +import { VideoConstant, VideoDetails as VideoDetailsServerModel, VideoFile, VideoState } from '../../../../../shared' import { Video } from '../../shared/video/video.model' import { Account } from '@app/shared/account/account.model' import { VideoChannel } from '@app/shared/video-channel/video-channel.model' diff --git a/client/src/app/shared/video/video.model.ts b/client/src/app/shared/video/video.model.ts index 0cef3eb8f..6f9de9241 100644 --- a/client/src/app/shared/video/video.model.ts +++ b/client/src/app/shared/video/video.model.ts @@ -52,7 +52,6 @@ export class Video implements VideoServerModel { account: { id: number - uuid: string name: string displayName: string url: string @@ -62,7 +61,6 @@ export class Video implements VideoServerModel { channel: { id: number - uuid: string name: string displayName: string url: string -- cgit v1.2.3