federator: publisher: add publish() wrapper
This commit is contained in:
parent
0afc8d7856
commit
10695a28d2
2 changed files with 22 additions and 5 deletions
|
|
@ -212,6 +212,9 @@ config :pleroma, :instance,
|
|||
registrations_open: true,
|
||||
federating: true,
|
||||
federation_reachability_timeout_days: 7,
|
||||
federation_publisher_modules: [
|
||||
Pleroma.Web.ActivityPub.Publisher
|
||||
],
|
||||
allow_relay: true,
|
||||
rewrite_policy: Pleroma.Web.ActivityPub.MRF.NoOpPolicy,
|
||||
public: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue