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

type Block = ActorAndObject<BlockType>;

Indicates that the actor is blocking the object.

Blocking is a stronger form of Ignore. The typical use is to support social systems that allow one user to block activities or content of other users. The target and origin typically have no defined meaning.

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