Pleroma v1.1.9-10-g42f76306+dev Pleroma.Bookmark View Source
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
create(user_id, activity_id)
View Sourcecreate(FlakeId.Ecto.CompatType.t(), FlakeId.Ecto.CompatType.t()) :: {:ok, Pleroma.Bookmark.t()} | {:error, Changeset.t()}
Link to this function
destroy(user_id, activity_id)
View Sourcedestroy(FlakeId.Ecto.CompatType.t(), FlakeId.Ecto.CompatType.t()) :: {:ok, Pleroma.Bookmark.t()} | {:error, Changeset.t()}
Link to this function
for_user_query(user_id)
View Sourcefor_user_query(FlakeId.Ecto.CompatType.t()) :: Ecto.Query.t()