From d02a1ef40af5836f59903dcbf3e16c4e97139246 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 10 Feb 2014 13:29:59 -0500 Subject: [PATCH] actually fixes #985 --- src/topics.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/topics.js b/src/topics.js index 79a2423252..86a899dfcd 100644 --- a/src/topics.js +++ b/src/topics.js @@ -176,6 +176,7 @@ var async = require('async'), }, function(postData, next) { postData.favourited = false; + postData.votes = 0; postData.display_moderator_tools = true; postData.display_move_tools = privileges.admin || privileges.moderator; postData.relativeTime = utils.toISOString(postData.timestamp);