diff --git a/src/topics/posts.js b/src/topics/posts.js index 53ca58dfbe..c83c743e95 100644 --- a/src/topics/posts.js +++ b/src/topics/posts.js @@ -25,11 +25,6 @@ module.exports = function (Topics) { if (!topicOrTid) { return []; } - if (typeof topicOrTid !== 'object') { - // TODO: remove in 1.19.0 - winston.warn('[deprecated] Topics.getTopicPosts(tid, ...) usage is deprecated, pass a topic object as first argument!'); - topicOrTid = await Topics.getTopicData(topicOrTid); - } let repliesStart = start; let repliesStop = stop;