You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/getstream_ruby/generated/models/aggregation_config.rb
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@ module Models
9
9
classAggregationConfig < GetStream::BaseModel
10
10
11
11
# Model attributes
12
+
# @!attribute activities_sort
13
+
# @return [String] Order of member activities inside each aggregated group for non-stories feeds: created_at_desc (newest first, default) or created_at_asc (oldest first). Stories feeds ignore this and always use oldest first.
14
+
attr_accessor:activities_sort
12
15
# @!attribute format
13
16
# @return [String] Format for activity aggregation
14
17
attr_accessor:format
@@ -19,13 +22,15 @@ class AggregationConfig < GetStream::BaseModel
0 commit comments