FEATURE: Add querystring value for Invisible
Allow advanced functionality to only show invisible topics on the latest, unread, new pages.
This commit is contained in:
parent
dfda41567c
commit
1485538434
|
@ -290,6 +290,8 @@ class TopicQuery
|
|||
result = result.where('topics.archived')
|
||||
when 'visible'
|
||||
result = result.where('topics.visible')
|
||||
when 'invisible'
|
||||
result = result.where('NOT topics.visible')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue