diff options
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: |