diff options
author | rinpatch <rinpatch@sdf.org> | 2019-01-15 20:00:21 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-01-15 20:00:21 +0300 |
commit | ff6c9a5c961647b64c3c9fcc05932093595e9588 (patch) | |
tree | 94beff0bc49c876864fdbaeea6f7c42256152f3b /config/config.exs | |
parent | 850912b06b64818c069b8f169242f0106b73bbfe (diff) | |
download | pleroma-ff6c9a5c961647b64c3c9fcc05932093595e9588.tar.gz pleroma-ff6c9a5c961647b64c3c9fcc05932093595e9588.zip |
Introduce get_by_id in Activity, replace newlines with spaces
Diffstat (limited to 'config/config.exs')
-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 895dbb3ab..b8c208cb4 100644 --- a/config/config.exs +++ b/config/config.exs @@ -207,7 +207,7 @@ config :pleroma, :gopher, ip: {0, 0, 0, 0}, port: 9999 -config :pleroma, :metadata, opengraph: true +config :pleroma, :metadata, providers: [] config :pleroma, :suggestions, enabled: false, |