Correct breaking type-o: `scope` -> `starting_scope`

staging
multiple creatures 2019-05-06 02:35:07 -05:00
parent 163d42c04a
commit 3e8690f2c0
1 changed files with 1 additions and 1 deletions

View File

@ -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