diff options
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/status.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/status.rb b/app/models/status.rb index 6c16046a5..0b3d3cb26 100644 --- a/app/models/status.rb +++ b/app/models/status.rb @@ -479,7 +479,7 @@ class Status < ApplicationRecord starting_scope = account.statuses else starting_scope = local_only ? Status.network : Status - starting_scope = scope.public_browsable + starting_scope = starting_scope.public_browsable end if Setting.show_reblogs_in_public_timelines |