Fix public feed returns all visibilities

This commit is contained in:
KMY 2023-07-29 16:53:26 +09:00
parent 608edfb3d3
commit c141ef0728

View file

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