mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05: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:
@@ -75,6 +75,11 @@ email:
|
||||
subject:
|
||||
prefix: "[PeerTube]"
|
||||
|
||||
client:
|
||||
videos:
|
||||
miniature:
|
||||
show_author_display_name: false
|
||||
|
||||
# From the project root directory
|
||||
storage:
|
||||
tmp: 'storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing...
|
||||
|
||||
@@ -73,6 +73,11 @@ email:
|
||||
subject:
|
||||
prefix: "[PeerTube]"
|
||||
|
||||
client:
|
||||
videos:
|
||||
miniature:
|
||||
show_author_display_name: false
|
||||
|
||||
# From the project root directory
|
||||
storage:
|
||||
tmp: '/var/www/peertube/storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing...
|
||||
|
||||
Reference in New Issue
Block a user