notification on commets
This commit is contained in:
@@ -77,7 +77,7 @@ DB.getDB.then((DB)=>{
|
||||
lastUpdated: new Date(),
|
||||
reactions: {}
|
||||
}
|
||||
console.log("comment", postid, comment);
|
||||
Notifications.youGotANewPostComment(postid, profileid, content)
|
||||
r = await DB.newComment(postid, comment);
|
||||
return res.json({
|
||||
status: "ok",
|
||||
|
||||
Reference in New Issue
Block a user