mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 20:44:40 +08:00
FEATURE: "Hot" replacing "Top" as default in the top menu (#28252)
This change only applies to instances that have not modified the `top_menu` site setting.
This commit is contained in:
@ -10,7 +10,7 @@ class UserOption < ActiveRecord::Base
|
||||
5 => "top",
|
||||
6 => "bookmarks",
|
||||
7 => "unseen",
|
||||
# 8 => reserved for "hot"
|
||||
8 => "hot",
|
||||
}
|
||||
|
||||
self.ignored_columns = [
|
||||
|
Reference in New Issue
Block a user