Merge branch 'develop' into issue/1383
This commit is contained in:
commit
6813c0302c
79 changed files with 1053 additions and 374 deletions
|
|
@ -257,7 +257,8 @@ config :pleroma, :instance,
|
|||
account_field_name_length: 512,
|
||||
account_field_value_length: 2048,
|
||||
external_user_synchronization: true,
|
||||
extended_nickname_format: true
|
||||
extended_nickname_format: true,
|
||||
cleanup_attachments: false
|
||||
|
||||
config :pleroma, :feed,
|
||||
post_title: %{
|
||||
|
|
@ -500,7 +501,6 @@ config :pleroma, :fetch_initial_posts,
|
|||
|
||||
config :auto_linker,
|
||||
opts: [
|
||||
scheme: true,
|
||||
extra: true,
|
||||
# TODO: Set to :no_scheme when it works properly
|
||||
validate_tld: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue