diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-07-10 18:55:11 +0300 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-07-10 18:55:11 +0300 |
commit | 59e16fc45a2fe1fa6bfeaecaa35f485b8a34bb6d (patch) | |
tree | b17fe698c6853fa0bc97fe3b00c99d299bca3426 | |
parent | beba7bbc8550aca07874e105b784b7a3cbe89838 (diff) | |
download | pleroma-59e16fc45a2fe1fa6bfeaecaa35f485b8a34bb6d.tar.gz |
enable synchronization by default
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index f00191a6d..99b500993 100644 --- a/config/config.exs +++ b/config/config.exs @@ -250,7 +250,7 @@ config :pleroma, :instance, 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 |