From f5b448c300e10f865d6c5db55c21d3043ff08667 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Sun, 18 Jan 2015 14:32:47 -0500 Subject: [PATCH] closes #2623 --- src/categories/delete.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/categories/delete.js b/src/categories/delete.js index d01dd13317..0ebac949d7 100644 --- a/src/categories/delete.js +++ b/src/categories/delete.js @@ -31,6 +31,7 @@ module.exports = function(Categories) { 'cid:' + cid + ':tids', 'cid:' + cid + ':tids:posts', 'cid:' + cid + ':pids', + 'cid:' + cid + ':read_by_uid', 'category:' + cid ], next); }