diff options
author | kontrollanten <6680299+kontrollanten@users.noreply.github.com> | 2022-03-08 13:39:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 13:39:27 +0100 |
commit | 2c102aac13ec537ff72ec09a50d3197ed3bc8185 (patch) | |
tree | 8224e2713866c17e54c927dc26f1a62a3353bc2e /config | |
parent | fc10ecf167bd07f32426441e74b49370d5ff919b (diff) | |
download | PeerTube-2c102aac13ec537ff72ec09a50d3197ed3bc8185.tar.gz PeerTube-2c102aac13ec537ff72ec09a50d3197ed3bc8185.tar.zst PeerTube-2c102aac13ec537ff72ec09a50d3197ed3bc8185.zip |
Display avatar in video miniatures (#4823)
* show avatar in video miniatures
closes #4040
* fix: videos for api, include avatars
* add config for display video miniature avatar
* Revert "fix: videos for api, include avatars"
This reverts commit 5520a3eda6805338317a394d0553f2f82095a425.
* video-min: set display avatar to false as default
* remove empty line
* rename display_avatar > display_author_avatar
* fix renaming displayAvatar > displayAuthorAvatar
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 1 | ||||
-rw-r--r-- | config/production.yaml.example | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 3588a5ec9..d76894b52 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -624,6 +624,7 @@ client: | |||
624 | miniature: | 624 | miniature: |
625 | # By default PeerTube client displays author username | 625 | # By default PeerTube client displays author username |
626 | prefer_author_display_name: false | 626 | prefer_author_display_name: false |
627 | display_author_avatar: false | ||
627 | 628 | ||
628 | menu: | 629 | menu: |
629 | login: | 630 | login: |
diff --git a/config/production.yaml.example b/config/production.yaml.example index 73d1ead66..45d26190a 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -632,6 +632,7 @@ client: | |||
632 | miniature: | 632 | miniature: |
633 | # By default PeerTube client displays author username | 633 | # By default PeerTube client displays author username |
634 | prefer_author_display_name: false | 634 | prefer_author_display_name: false |
635 | display_author_avatar: false | ||
635 | 636 | ||
636 | menu: | 637 | menu: |
637 | login: | 638 | login: |