Update CHANGELOG and docs

This commit is contained in:
Roman Chvanikov 2020-05-22 18:30:13 +03:00
commit 8eb1dfadca
3 changed files with 8 additions and 1 deletions

View file

@ -119,6 +119,11 @@ config :pleroma, :config_description, [
]
}
]
},
%{
key: :filename_display_max_length,
type: :integer,
description: "Set max length of a filename to display. 0 = no limit. Default: 30"
}
]
},