From 3e8690f2c07cc433c37bbc66d07d1bd43225ee13 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Mon, 6 May 2019 02:35:07 -0500 Subject: Correct breaking type-o: `scope` -> `starting_scope` --- app/models/status.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/models') 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 -- cgit