From 8079d3d3b7521b60dee6e8a3ad6d7393513a9199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 16 Oct 2018 14:25:17 -0400 Subject: [PATCH] add tids used to returned data --- src/topics/recent.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/topics/recent.js b/src/topics/recent.js index eb964d259a..c14f4bf852 100644 --- a/src/topics/recent.js +++ b/src/topics/recent.js @@ -39,6 +39,7 @@ module.exports = function (Topics) { }, function (tids, next) { data.topicCount = tids.length; + data.tids = tids; getTopics(tids, params, next); }, function (topicData, next) {