Bunch small things: Notifs for react, subsplash...

This commit is contained in:
aeroreyna
2022-12-28 22:54:19 -05:00
parent 6b6f263821
commit 1f3cc06470
10 changed files with 686 additions and 295 deletions

View File

@@ -142,6 +142,7 @@ DB.getDB.then((DB) => {
createdAt: new Date()
};
r = await DB.newReaction(postid, profileid, reaction);
Notifications.youGotANewReaction(postid, profileid, 'like');
return res.json({
status: "ok"
});