Pleroma v1.1.9-10-g42f76306+dev Pleroma.Web.ActivityPub.Relay View Source

Link to this section Summary

Link to this section Functions

Link to this function

follow(target_instance)

View Source
follow(String.t()) :: {:ok, Pleroma.Activity.t()} | {:error, any()}
Link to this function

publish(activity)

View Source
publish(any()) ::
  {:ok, Pleroma.Activity.t(), Pleroma.Object.t()} | {:error, any()}
Link to this function

unfollow(target_instance)

View Source
unfollow(String.t()) :: {:ok, Pleroma.Activity.t()} | {:error, any()}