Categories optimize (#6999)

* WIP

* fix category page

* fix counts, and copyPrivileges

* fix lint

* more fixes,

* redis fix

* fix test

* fix  category test

* remove getParentsAndChildren
This commit is contained in:
Barış Soner Uşaklı
2018-11-25 19:08:38 -05:00
committed by GitHub
parent 96a2be9b55
commit 53ad2bbd6e
11 changed files with 133 additions and 98 deletions

View File

@@ -7,7 +7,7 @@ var db = require('../database');
const intFields = [
'cid', 'parentCid', 'disabled', 'isSection', 'order',
'topic_count', 'post_count',
'topic_count', 'post_count', 'numRecentReplies',
];
module.exports = function (Categories) {