diff --git a/public/src/client/chats/recent.js b/public/src/client/chats/recent.js index 720523dcc0..95532a3df0 100644 --- a/public/src/client/chats/recent.js +++ b/public/src/client/chats/recent.js @@ -72,7 +72,7 @@ define('forum/chats/recent', ['alerts', 'api'], function (alerts, api) { if (!data.rooms.length) { return callback(); } - + data.loadingMore = true; app.parseAndTranslate('chats', 'rooms', data, function (html) { $('[component="chat/recent"]').append(html); html.find('.timeago').timeago();