Pleroma v1.1.9-10-g42f76306+dev Pleroma.Web.Salmon View Source
Link to this section Summary
Functions
Gathers nodeinfo protocol names supported by the federation module.
Gathers links used by an outgoing federation module for WebFinger output.
Determine whether an activity can be relayed using the federation module.
Publishes an activity to remote accounts
Pushes an activity to remote account.
Link to this section Functions
Gathers nodeinfo protocol names supported by the federation module.
Callback implementation for Pleroma.Web.Federator.Publisher.gather_nodeinfo_protocol_names/0
.
Gathers links used by an outgoing federation module for WebFinger output.
Callback implementation for Pleroma.Web.Federator.Publisher.gather_webfinger_links/1
.
Determine whether an activity can be relayed using the federation module.
Callback implementation for Pleroma.Web.Federator.Publisher.is_representable?/1
.
publish(user, activity)
View Sourcepublish(Pleroma.User.t(), Pleroma.Activity.t()) :: none()
Publishes an activity to remote accounts
Pushes an activity to remote account.