mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Update channel updatedAt when uploading a video
This commit is contained in:
@@ -5,6 +5,8 @@ export interface Account extends Actor {
|
||||
displayName: string
|
||||
description: string
|
||||
|
||||
updatedAt: Date | string
|
||||
|
||||
userId?: number
|
||||
}
|
||||
|
||||
|
||||
@@ -8,6 +8,5 @@ export interface Actor {
|
||||
followingCount: number
|
||||
followersCount: number
|
||||
createdAt: Date | string
|
||||
updatedAt: Date | string
|
||||
avatar?: ActorImage
|
||||
}
|
||||
|
||||
@@ -11,6 +11,9 @@ export interface VideoChannel extends Actor {
|
||||
description: string
|
||||
support: string
|
||||
isLocal: boolean
|
||||
|
||||
updatedAt: Date | string
|
||||
|
||||
ownerAccount?: Account
|
||||
|
||||
videosCount?: number
|
||||
|
||||
Reference in New Issue
Block a user