revert f091e9a3d
This commit is contained in:
parent
8b020cf47f
commit
cc50b4f8d1
|
@ -342,7 +342,7 @@ class Status < ApplicationRecord
|
|||
end
|
||||
|
||||
def as_public_timeline(account = nil, local_only = false)
|
||||
query = timeline_scope(local_only).without_replies.where('statuses.updated_at > ?', 5.days.ago)
|
||||
query = timeline_scope(local_only).without_replies
|
||||
apply_timeline_filters(query, account, local_only)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue