withOwnReactions method

EnrichmentFlags withOwnReactions()

If called activity object will have attribute "own_reactions" that contains list of reactions created by the user himself.

Implementation

EnrichmentFlags withOwnReactions() {
  _flags[_EnrichmentType.ownReactions] = true;
  return this;
}