diff options
author | rinpatch <rinpatch@sdf.org> | 2019-11-08 00:14:53 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-11-08 00:51:04 +0300 |
commit | 2f4e9a068f334167ebf79d30b4366d1e2504b7ef (patch) | |
tree | 08132bdc35510af55c5505b129010e7bc413f4ff /config | |
parent | 5bf59f8e66f0c341ee0e667c2d5d78f709f46af8 (diff) | |
download | pleroma-2f4e9a068f334167ebf79d30b4366d1e2504b7ef.tar.gz pleroma-2f4e9a068f334167ebf79d30b4366d1e2504b7ef.zip |
Bump fast_sanitize to 0.1.1
The parser C-Node has been completely rewritten to not use the deprecated
`erl_interface` api.
Closes #1378 since Nodex was ripped out and the replacement randomizes
master node name.
Diffstat (limited to 'config')
-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 81d50cdee..787809b27 100644 --- a/config/config.exs +++ b/config/config.exs @@ -603,7 +603,7 @@ config :pleroma, :web_cache_ttl, activity_pub: nil, activity_pub_question: 30_000 -config :swarm, node_blacklist: [~r/myhtmlex_.*$/] +config :swarm, node_blacklist: [~r/myhtml_.*$/] # Import environment specific config. This must remain at the bottom # of this file so it overrides the configuration defined above. import_config "#{Mix.env()}.exs" |