View Source ActivityPub.Queries (bonfire_umbrella v0.9.8-cooperation-beta.31)

Contains queries for Object.

Summary

Types

Functions

Link to this function

activity_by_object_ap_id(ap_id, verb \\ "Create")

View Source
Link to this function

by_actor(query \\ Object, ap_id)

View Source
Link to this function

by_ap_id(query \\ Object, ap_id)

View Source
@spec by_ap_id(query(), String.t()) :: query()
Link to this function

by_id(query \\ Object, id)

View Source
@spec by_id(query(), String.t()) :: query()
Link to this function

by_object_id(query \\ Object, object_id)

View Source
@spec by_object_id(query(), String.t() | [String.t()]) :: query()
Link to this function

by_object_in_reply_to_id(query, in_reply_to_id, opts \\ [])

View Source
@spec by_object_in_reply_to_id(query(), String.t(), keyword()) :: query()
Link to this function

by_type(query \\ Object, activity_type)

View Source
@spec by_type(query(), String.t() | List.t()) :: query()
Link to this function

exclude_type(query \\ Object, type)

View Source
@spec exclude_type(query(), String.t()) :: query()
Link to this function

find_by_object_ap_id(activities, object_ap_id)

View Source
Link to this function

last_follow(query, followed_id)

View Source
Link to this function

replies(object, opts \\ [])

View Source
Link to this function

with_joined_activity(query, activity_type \\ "Create", join_type \\ :left)

View Source
Link to this function

with_joined_object(query, join_type \\ :inner)

View Source
Link to this function

with_preloaded_object(query, join_type \\ :left)

View Source