We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2dd754 commit ee96f82Copy full SHA for ee96f82
packages/stream_feed/lib/src/core/models/realtime_message.dart
@@ -45,6 +45,16 @@ class RealtimeMessage extends Equatable {
45
final List<ForeignIdTimePair> deletedForeignIds;
46
47
/// All activities created by this update
48
+ /// Do note that new activities coming from subscription
49
+ /// will only contain enrichment for these fields:
50
+ ///
51
+ /// 1. Activity `SA`
52
+ /// 2. Reaction `SR`
53
+ /// 3. Object `SO`
54
+ /// 4. User `SU`
55
56
+ /// the only thing you don’t get is the enriched reactions like `own_reaction`
57
+ /// or `latest_reactions`
58
@JsonKey(name: 'new')
59
final List<EnrichedActivity> newActivities;
60
0 commit comments