internal notifications
This commit is contained in:
@@ -50,7 +50,7 @@ DB.getDB.then((DB)=>{
|
||||
post = postObj.toObj();
|
||||
post._id = dbr.insertedId;
|
||||
if(post.toProfile && post.toProfile != post.profileid){
|
||||
Notifications.youGotANewPost(post.toProfile, post.profileid, post.content)
|
||||
Notifications.youGotANewPost(post)
|
||||
}
|
||||
return res.json({
|
||||
status: "ok",
|
||||
|
||||
Reference in New Issue
Block a user