Pleroma v1.1.9-10-g42f76306+dev Pleroma.Web.ActivityPub.ActivityPub View Source
Link to this section Summary
Link to this section Functions
Link to this function
announce(user, object, activity_id \\ nil, local \\ true, public \\ true)
View Source
Link to this function
fetch_activities_bounded(recipients, recipients_with_public, opts \\ %{})
View Source
Link to this function
fetch_activities_bounded_query(query, recipients, recipients_with_public)
View Source
Link to this function
fetch_activities_for_context(context, opts \\ %{})
View Sourcefetch_activities_for_context(String.t(), keyword() | map()) :: [ Pleroma.Activity.t() ]
Link to this function
fetch_latest_activity_id_for_context(context, opts \\ %{})
View Sourcefetch_latest_activity_id_for_context(String.t(), keyword() | map()) :: FlakeId.Ecto.CompatType.t() | nil
Link to this function