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 305800d commit 2c0f0f7Copy full SHA for 2c0f0f7
app/controllers/users_controller.rb
@@ -8,7 +8,7 @@ def show
8
9
@content = @user.public_content.select { |type, list| list.any? }
10
@tabs = @content.keys
11
- @stream = ContentChangeEvent.where(user_id: @user.id).order('id desc').limit(10)
+ @stream = ContentChangeEvent.where(user_id: @user.id).order('id desc').limit(100)
12
13
Mixpanel::Tracker.new(Rails.application.config.mixpanel_token).track(@user.id, 'viewed profile', {
14
'sharing any content': @user.public_content_count != 0
0 commit comments