mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
add default trending page choice, revert comments count for hot strategy
This commit is contained in:
parent
28eeb811c4
commit
3da68f0a78
30 changed files with 258 additions and 105 deletions
|
@ -36,9 +36,15 @@ export interface ServerConfig {
|
|||
instance: {
|
||||
name: string
|
||||
shortDescription: string
|
||||
defaultClientRoute: string
|
||||
isNSFW: boolean
|
||||
defaultNSFWPolicy: NSFWPolicyType
|
||||
defaultClientRoute: string
|
||||
defaultTrendingRoute: string
|
||||
pages: {
|
||||
hot: {
|
||||
enabled: boolean
|
||||
}
|
||||
}
|
||||
customizations: {
|
||||
javascript: string
|
||||
css: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue