1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

add option to always show channel display name (#4422)

* add option to always show channel display name

closes #4040

* show avatar in video miniatures

closes #4040

* Revert "show avatar in video miniatures"

This reverts commit 79b1a84140.

* channel display name: fix review comments
This commit is contained in:
kontrollanten 2021-10-12 14:23:44 +02:00 committed by GitHub
parent 10ef089102
commit 7399a79f73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 65 additions and 25 deletions

View file

@ -34,6 +34,14 @@ export interface ServerConfig {
serverVersion: string
serverCommit?: string
client: {
videos: {
miniature: {
showAuthorDisplayName: boolean
}
}
}
instance: {
name: string
shortDescription: string