curated world: ignore non-self replies

staging
multiple creatures 2019-04-06 11:58:24 -05:00
parent 7580036307
commit e42f09c53d
1 changed files with 1 additions and 0 deletions

View File

@ -380,6 +380,7 @@ class Status < ApplicationRecord
# but it does the job
query = Status.where(id: boost_query)
.or(where(id: fav_query))
.without_replies
.with_public_visibility
end
end