diff --git a/app/models/status.rb b/app/models/status.rb index 0c01a5389d..a748e32971 100644 --- a/app/models/status.rb +++ b/app/models/status.rb @@ -362,7 +362,7 @@ class Status < ApplicationRecord starting_scope = local_only ? Status.local : Status starting_scope .with_public_visibility - .without_reblogs + #.without_reblogs end def apply_timeline_filters(query, account, local_only)