mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: If latest
is removed (why?) don't 404 on root
This commit is contained in:
parent
15936f4742
commit
0eaf023025
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ module Discourse
|
|||
end
|
||||
|
||||
def self.anonymous_filters
|
||||
@anonymous_filters ||= [:latest]
|
||||
@anonymous_filters ||= [:latest, :top, :categories]
|
||||
end
|
||||
|
||||
def self.logged_in_filters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue