mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-29 15:35:59 +02:00
other routes done, closes #3481
This commit is contained in:
@@ -42,7 +42,7 @@ module.exports = function(Meta) {
|
||||
|
||||
Meta.title.parseFragment = function (urlFragment, language, callback) {
|
||||
var translated = [
|
||||
'', 'recent', 'unread', 'notifications', 'popular', 'tags',
|
||||
'', 'recent', 'unread', 'notifications', 'popular', 'tags', 'chats', 'register', 'login', 'reset', 'categories', 'groups',
|
||||
'users/online', 'users/latest', 'users/sort-posts', 'users/sort-reputation', 'users/map', 'users/search'
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user