mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Fix video comments display with deleted comments
This commit is contained in:
parent
fae6e4da8f
commit
9d6b9d10ef
11 changed files with 118 additions and 60 deletions
|
@ -2,3 +2,7 @@ export interface ResultList<T> {
|
|||
total: number
|
||||
data: T[]
|
||||
}
|
||||
|
||||
export interface ThreadsResultList <T> extends ResultList <T> {
|
||||
totalNotDeletedComments: number
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue