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
The methods flat and aggregated in feeds_controller, call the wrong objects: timeline_flat and timeline_aggregated to retrieve flat and aggregated feeds respectively.
These objects should be: [:flat] and [:aggregated] instead of [:timeline_flat] and [:timeline_aggregated]
The text was updated successfully, but these errors were encountered:
The methods flat and aggregated in feeds_controller, call the wrong objects: timeline_flat and timeline_aggregated to retrieve flat and aggregated feeds respectively.
These objects should be: [:flat] and [:aggregated] instead of [:timeline_flat] and [:timeline_aggregated]
The text was updated successfully, but these errors were encountered: