From 4f14dc7a58f265fb737507cab27734ae6e7d6d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 21 Sep 2020 14:57:00 -0400 Subject: [PATCH] fix: #8640, add bookmarks to intFields --- src/posts/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posts/data.js b/src/posts/data.js index feea7d546d45..1f00a96aa5a2 100644 --- a/src/posts/data.js +++ b/src/posts/data.js @@ -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) {