mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
nested reply improvements
on new post increase count and add nested reply if replies are expanded on post purge reduce count and remove nested reply
This commit is contained in:
@@ -37,6 +37,10 @@ define('forum/topic/posts', [
|
||||
} else {
|
||||
onNewPostInfiniteScroll(data);
|
||||
}
|
||||
|
||||
require(['forum/topic/replies'], function (replies) {
|
||||
replies.onNewPost(data);
|
||||
});
|
||||
};
|
||||
|
||||
Posts.modifyPostsByPrivileges = function (posts) {
|
||||
|
||||
Reference in New Issue
Block a user