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

type Join = ActorAndObject<JoinType>;

Indicates that the actor has joined the object.

The target and origin typically have no defined meaning

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