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

Link to this section Summary

Functions

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

block(blocker, blocked, activity_id \\ nil, local \\ true)

View Source
Link to this function

contain_activity(activity, user)

View Source
Link to this function

contain_broken_threads(activity, user)

View Source
Link to this function

create(params, fake \\ false)

View Source
Link to this function

decrease_note_count_if_public(actor, object)

View Source
Link to this function

decrease_replies_count_if_reply(object)

View Source
Link to this function

delete(object, local \\ true)

View Source
Link to this function

fetch_activities(recipients, opts \\ %{})

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 Source
fetch_activities_for_context(String.t(), keyword() | map()) :: [
  Pleroma.Activity.t()
]
Link to this function

fetch_activities_query(recipients, opts \\ %{})

View Source
Link to this function

fetch_and_prepare_user_from_ap_id(ap_id)

View Source
Link to this function

fetch_direct_messages_query()

View Source
Link to this function

fetch_follow_information_for_user(user)

View Source
Link to this function

fetch_latest_activity_id_for_context(context, opts \\ %{})

View Source
fetch_latest_activity_id_for_context(String.t(), keyword() | map()) ::
  FlakeId.Ecto.CompatType.t() | nil
Link to this function

fetch_public_activities(opts \\ %{})

View Source
Link to this function

fetch_user_activities(user, reading_user, params \\ %{})

View Source
Link to this function

follow(follower, followed, activity_id \\ nil, local \\ true)

View Source
Link to this function

increase_note_count_if_public(actor, object)

View Source
Link to this function

increase_poll_votes_if_vote(arg1)

View Source
Link to this function

increase_replies_count_if_reply(arg1)

View Source
Link to this function

insert(map, local \\ true, fake \\ false, bypass_actor_check \\ false)

View Source
Link to this function

like(user, object, activity_id \\ nil, local \\ true)

View Source
Link to this function

make_user_from_ap_id(ap_id)

View Source
Link to this function

make_user_from_nickname(nickname)

View Source
Link to this function

stream_out_participations(participations)

View Source
Link to this function

stream_out_participations(arg1, user)

View Source
Link to this function

unannounce(actor, object, activity_id \\ nil, local \\ true)

View Source
Link to this function

unblock(blocker, blocked, activity_id \\ nil, local \\ true)

View Source
Link to this function

unfollow(follower, followed, activity_id \\ nil, local \\ true)

View Source
Link to this function

unlike(actor, object, activity_id \\ nil, local \\ true)

View Source
Link to this function

upload(file, opts \\ [])

View Source
Link to this function

user_data_from_user_object(data)

View Source