Merge branch 'master' into develop

This commit is contained in:
Barış Soner Uşaklı
2025-01-22 13:17:51 -05:00

View File

@@ -43,7 +43,7 @@ module.exports = function (Topics) {
});
const [allPostData, callerSettings] = await Promise.all([
posts.getPostsFields(teaserPids, ['pid', 'uid', 'timestamp', 'tid', 'content']),
posts.getPostsFields(teaserPids, ['pid', 'uid', 'timestamp', 'tid', 'content', 'sourceContent']),
user.getSettings(uid),
]);
let postData = allPostData.filter(post => post && post.pid);