From 67b8cb8977610bad1107aabfef89310a89f3e2a8 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 26 Jun 2019 12:00:22 -0400 Subject: [PATCH] fix: restore uid in teasers userObj --- src/categories/recentreplies.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/categories/recentreplies.js b/src/categories/recentreplies.js index b00dac3ccc..02def5dd3b 100644 --- a/src/categories/recentreplies.js +++ b/src/categories/recentreplies.js @@ -138,7 +138,6 @@ module.exports = function (Categories) { teaser.parentCid = parseInt(parentCids[teaser.cid], 10) || 0; teaser.tid = undefined; teaser.uid = undefined; - teaser.user.uid = undefined; teaser.topic = { slug: topicData[index].slug, title: topicData[index].title,