salmon: refactor to work as a federator publishing module
This commit is contained in:
parent
2aee62a456
commit
179293e51c
3 changed files with 24 additions and 25 deletions
|
|
@ -213,7 +213,8 @@ config :pleroma, :instance,
|
|||
federating: true,
|
||||
federation_reachability_timeout_days: 7,
|
||||
federation_publisher_modules: [
|
||||
Pleroma.Web.ActivityPub.Publisher
|
||||
Pleroma.Web.ActivityPub.Publisher,
|
||||
Pleroma.Web.Salmon
|
||||
],
|
||||
allow_relay: true,
|
||||
rewrite_policy: Pleroma.Web.ActivityPub.MRF.NoOpPolicy,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue