change popular groups to limit 5
This commit is contained in:
@@ -26,7 +26,7 @@ DB.getDB.then((DB) => {
|
|||||||
content += "@p:" + p._id + "\n";
|
content += "@p:" + p._id + "\n";
|
||||||
});
|
});
|
||||||
let popularProfilesPost = new Post({profileid: 1, content, nonOrganicType: "PopularUsers"});
|
let popularProfilesPost = new Post({profileid: 1, content, nonOrganicType: "PopularUsers"});
|
||||||
const popularGroups = await DB.getPopularGroups(15);
|
const popularGroups = await DB.getPopularGroups(5);
|
||||||
content = "Popular users to follow:\n";
|
content = "Popular users to follow:\n";
|
||||||
popularGroups.forEach((p)=>{
|
popularGroups.forEach((p)=>{
|
||||||
content += "@p:" + p._id + "\n";
|
content += "@p:" + p._id + "\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user