diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-04 11:19:16 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-04 11:19:16 +0100 |
commit | 4cb6d4578893db310297d7e118ce2fb7ecb952a3 (patch) | |
tree | a89a2e2062ba7bb91e922f07a7950ee51e090ccf /shared/models/videos/video-channel.model.ts | |
parent | cf117aaafc1e9ae1ab4c388fc5d2e5ba9349efee (diff) | |
download | PeerTube-4cb6d4578893db310297d7e118ce2fb7ecb952a3.tar.gz PeerTube-4cb6d4578893db310297d7e118ce2fb7ecb952a3.tar.zst PeerTube-4cb6d4578893db310297d7e118ce2fb7ecb952a3.zip |
Add ability to delete comments
Diffstat (limited to 'shared/models/videos/video-channel.model.ts')
-rw-r--r-- | shared/models/videos/video-channel.model.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/videos/video-channel.model.ts b/shared/models/videos/video-channel.model.ts index ee56c54b6..d1a952826 100644 --- a/shared/models/videos/video-channel.model.ts +++ b/shared/models/videos/video-channel.model.ts | |||
@@ -3,6 +3,7 @@ import { Video } from './video.model' | |||
3 | export interface VideoChannel { | 3 | export interface VideoChannel { |
4 | id: number | 4 | id: number |
5 | name: string | 5 | name: string |
6 | url: string | ||
6 | description: string | 7 | description: string |
7 | isLocal: boolean | 8 | isLocal: boolean |
8 | createdAt: Date | string | 9 | createdAt: Date | string |