Goto Home
🔒 POST /super-likes/:reelId
Description
- Create a new super-like
- A super like can not created more than once by any user in a day
- Update the corresponding reel
superLikes count
- Also update
superLike in all comments given by this user for this reel
- Notify user with event
reel-super-liked but only if user is different
- Update
create-super-like action of vibe social score of that user and send socket notification with event score-updated
🔒 DELETE /super-likes/:reelId
Description
- Deletes the super-like
- Update the corresponding reel
superLikes count
- Also update
superLike in all comments given by this user for this reel
Links
Goto Home