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

type Flag = ActorAndObject<FlagType>;

Indicates that the actor is "flagging" the object.

Flagging is defined in the sense common to many social platforms as reporting content as being inappropriate for any number of reasons.

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