[][src]Type Definition activitystreams::activity::Ignore

type Ignore = ActorAndObject<IgnoreType>;

Indicates that the actor is ignoring the object.

The target and origin typically have no defined meaning.

This is just an alias for Object<IgnoreType> because there's no fields inherent to Ignore that aren't already present on an ActorAndObject.