fix: #8640, add bookmarks to intFields

v1.18.x
Barış Soner Uşaklı 4 years ago
parent bcac080543
commit 4f14dc7a58

@ -7,7 +7,7 @@ const utils = require('../utils');
const intFields = [
'uid', 'pid', 'tid', 'deleted', 'timestamp',
'upvotes', 'downvotes', 'deleterUid', 'edited',
'replies',
'replies', 'bookmarks',
];
module.exports = function (Posts) {

Loading…
Cancel
Save