mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-25 05:23:36 -04:00
don't show pinned stuff on the front page for anon
This commit is contained in:
parent
babb5b7b52
commit
3053831b97
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ class TopicQuery
|
|||
if @user_id.present?
|
||||
result = result.order(TopicQuery.order_nocategory_with_pinned_sql)
|
||||
else
|
||||
result = result.order(TopicQuery.order_basic_bumped)
|
||||
result = result.order(TopicQuery.order_nocategory_basic_bumped)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue