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

type Follow = ActorAndObject<FollowType>;

Indicates that the actor is "following" the object.

Following is defined in the sense typically used within Social systems in which the actor is interested in any activity performed by or on the object. The target and origin typically have no defined meaning.

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