Merge branch 'feature/home_feed4' into 'develop'

Feature/home feed4

See merge request gab/social/gab-social!56
This commit is contained in:
admin 2021-02-06 18:33:23 +00:00
commit 31922ea58b
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class HomeFeed < Feed
and not exists(select bb.target_account_id from blocks bb where bb.account_id = #{@id} and bb.target_account_id in (s.account_id, r.account_id))
#{pagination_max}
#{pagination_min}
order by s.id desc
order by s.created_at desc
limit #{limit}
) sid
)