newActivities property

  1. @JsonKey(name: 'new')
List<GenericEnrichedActivity<A, Ob, T, Or>>? newActivities
final

All activities created by this update Do note that new activities coming from subscription will only contain enrichment for these fields:

  1. Activity SA
  2. Reaction SR
  3. Object SO
  4. User SU

the only thing you don’t get is the enriched reactions like own_reaction or latest_reactions

Implementation

@JsonKey(name: 'new')
final List<GenericEnrichedActivity<A, Ob, T, Or>>? newActivities;