Fix public feed returns all visibilities
This commit is contained in:
parent
608edfb3d3
commit
c141ef0728
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class PublicFeed
|
||||||
end
|
end
|
||||||
|
|
||||||
def anonymous_scope
|
def anonymous_scope
|
||||||
Status.where.not(visibility: :login)
|
Status.where(visibility: [:public, :public_unlisted])
|
||||||
end
|
end
|
||||||
|
|
||||||
def account_filters_scope
|
def account_filters_scope
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue