Pleroma v1.1.9-10-g42f76306+dev Pleroma.ActivityExpiration View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Pleroma.ActivityExpiration{
  __meta__: term(),
  activity: term(),
  activity_id: term(),
  id: term(),
  scheduled_at: term()
}

Link to this section Functions

Link to this function

changeset(expiration, attrs)

View Source
Link to this function

create(activity, scheduled_at)

View Source
Link to this function

due_expirations(offset \\ 0)

View Source
Link to this function

expires_late_enough?(scheduled_at)

View Source
Link to this function

get_by_activity_id(activity_id)

View Source
Link to this function

validate_scheduled_at(changeset)

View Source