This commit is contained in:
barisusakli
2015-07-14 17:03:28 -04:00
parent 2cb70ceccc
commit daf1a388eb
15 changed files with 118 additions and 30 deletions

View File

@@ -100,9 +100,14 @@ app.cacheBuster = null;
case 'category':
room = 'category_' + url_parts[1];
break;
case 'recent': // intentional fall-through
case 'recent':
room = 'recent_topics';
break;
case 'unread':
room = 'recent_posts';
room = 'unread_topics';
break;
case 'popular':
room = 'popular_topics';
break;
case 'admin':
room = 'admin';