forked from AkkomaGang/akkoma
Merge branch 'patch-1' into 'develop'
Default config: Use extended nickname format See merge request pleroma/pleroma!1968
This commit is contained in:
commit
51f40fab00
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@
|
||||||
account_field_name_length: 512,
|
account_field_name_length: 512,
|
||||||
account_field_value_length: 2048,
|
account_field_value_length: 2048,
|
||||||
external_user_synchronization: true,
|
external_user_synchronization: true,
|
||||||
extended_nickname_format: false
|
extended_nickname_format: true
|
||||||
|
|
||||||
config :pleroma, :feed,
|
config :pleroma, :feed,
|
||||||
post_title: %{
|
post_title: %{
|
||||||
|
|
Loading…
Reference in a new issue