mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 06:25:50 +01:00
ability to set unread as home
This commit is contained in:
@@ -166,6 +166,10 @@ function getHomePageRoutes(callback) {
|
||||
route: 'categories',
|
||||
name: 'Categories'
|
||||
},
|
||||
{
|
||||
route: 'unread',
|
||||
name: 'Unread'
|
||||
},
|
||||
{
|
||||
route: 'recent',
|
||||
name: 'Recent'
|
||||
|
||||
Reference in New Issue
Block a user