mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 20:23:44 +08:00
FIX: If latest
is removed (why?) don't 404 on root
This commit is contained in:
parent
15936f4742
commit
0eaf023025
|
@ -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…
Reference in New Issue
Block a user