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/activity_response.rb
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,9 @@ class ActivityResponse < GetStream::BaseModel
108
108
# @!attribute moderation_action
109
109
# @return [String]
110
110
attr_accessor:moderation_action
111
+
# @!attribute selector_source
112
+
# @return [String] Which activity selector provided this activity (e.g., 'following', 'popular', 'interest'). Only set when using multiple activity selectors with ranking.
0 commit comments