Browse Source

show reblogs on timeline

pull/4/head
欧醚 4 years ago
parent
commit
40ea60e578
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/models/status.rb

+ 1
- 1
app/models/status.rb View File

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

Loading…
Cancel
Save