mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: allow user to set preferred sidebar list destination (#18594)
User can choose between latest or new/unread and that preference will affect behavior of sidebar links.
This commit is contained in:
committed by
GitHub
parent
daa8aedccf
commit
243efa8931
@@ -767,6 +767,9 @@
|
||||
},
|
||||
"oldest_search_log_date": {
|
||||
"type": ["string", "null"]
|
||||
},
|
||||
"sidebar_list_destination": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
||||
Reference in New Issue
Block a user