From 40ea60e578a0be568e7cf7def13d8a0312bc5ecc Mon Sep 17 00:00:00 2001 From: Z Date: Wed, 23 Oct 2019 15:55:37 +0800 Subject: [PATCH] show reblogs on timeline --- app/models/status.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)