News post emails
This commit is contained in:
@@ -167,7 +167,7 @@ postDB = (DB)=>{
|
||||
$in: ids
|
||||
}}
|
||||
],
|
||||
nonOrganicType: null
|
||||
nonOrganicType: null // Exlcude news
|
||||
};
|
||||
return DB.postCols.find(query).sort({lastUpdated: -1}).limit(20).toArray().then(async (posts)=>{
|
||||
return await filterPrivateGroups(posts, profile);
|
||||
|
||||
Reference in New Issue
Block a user