forked from AkkomaGang/akkoma
enable synchronization by default
This commit is contained in:
parent
beba7bbc85
commit
59e16fc45a
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@
|
|||
skip_thread_containment: true,
|
||||
limit_to_local_content: :unauthenticated,
|
||||
dynamic_configuration: false,
|
||||
external_user_synchronization: false
|
||||
external_user_synchronization: true
|
||||
|
||||
config :pleroma, :markup,
|
||||
# XXX - unfortunately, inline images must be enabled by default right now, because
|
||||
|
|
Loading…
Reference in a new issue