diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 6fb3cf07..5a452c7a 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -8,7 +8,7 @@ class UsersController < ApplicationController @content = @user.public_content.select { |type, list| list.any? } @tabs = @content.keys - @stream = ContentChangeEvent.where(user_id: @user.id).order('id desc').limit(10) + @stream = ContentChangeEvent.where(user_id: @user.id).order('id desc').limit(100) Mixpanel::Tracker.new(Rails.application.config.mixpanel_token).track(@user.id, 'viewed profile', { 'sharing any content': @user.public_content_count != 0