diff options
| author | lambda <lain@soykaf.club> | 2019-05-13 18:58:04 +0000 |
|---|---|---|
| committer | lambda <lain@soykaf.club> | 2019-05-13 18:58:04 +0000 |
| commit | b14a314ce7e8f2a8803c69329978e26939a40ee4 (patch) | |
| tree | 0cd18222c915a121c3b52ed56bbc28547d5561e5 /config | |
| parent | f3e8f5b1f208b10130c7123e68af1e38575f180b (diff) | |
| parent | 44b182732efe2d8571aa54e6062637e7e42021ce (diff) | |
| download | pleroma-b14a314ce7e8f2a8803c69329978e26939a40ee4.tar.gz pleroma-b14a314ce7e8f2a8803c69329978e26939a40ee4.zip | |
Merge branch 'feature/federator-behaviours' into 'develop'
federator modularization (outgoing)
See merge request pleroma/pleroma!1140
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.exs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index e8aad855c..45034a775 100644 --- a/config/config.exs +++ b/config/config.exs @@ -212,6 +212,11 @@ config :pleroma, :instance, registrations_open: true, federating: true, federation_reachability_timeout_days: 7, + federation_publisher_modules: [ + Pleroma.Web.ActivityPub.Publisher, + Pleroma.Web.Websub, + Pleroma.Web.Salmon + ], allow_relay: true, rewrite_policy: Pleroma.Web.ActivityPub.MRF.NoOpPolicy, public: true, |
