mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 17:56:16 +01:00
fixed the redis error when going to unread/recent if nextStart is missing
This commit is contained in:
@@ -47,6 +47,7 @@ define(['forum/recent'], function(recent) {
|
||||
if(!$('#topics-container').length) {
|
||||
return;
|
||||
}
|
||||
|
||||
loadingMoreTopics = true;
|
||||
socket.emit('topics.loadMoreUnreadTopics', {
|
||||
after: $('#topics-container').attr('data-nextstart')
|
||||
|
||||
Reference in New Issue
Block a user