Notifs for groups posting in feed
This commit is contained in:
@@ -165,6 +165,7 @@ DB.getDB.then((DB) => {
|
||||
if ((post.toProfile && post.toProfile != post.profileid) || post.nonOrganicType == 'News') {
|
||||
Notifications.youGotANewPost(post);
|
||||
}
|
||||
Notifications.yourGroupGotANewPost(post);
|
||||
return res.json({
|
||||
status: "ok",
|
||||
...post
|
||||
|
||||
Reference in New Issue
Block a user