Merge branch 'master' into develop

This commit is contained in:
Barış Soner Uşaklı
2025-02-23 10:25:58 -05:00

View File

@@ -74,7 +74,7 @@ module.exports = function (Posts) {
async function parsePosts(posts, options) {
return await Promise.all(posts.map(async (post) => {
if (!post.content) {
if (!post.content && !post.sourceContent) {
return post;
}
if (options.parse) {