enable email & push notifications by default for when a user confirms a friend request #5558
Labels
1.topic backend
This issue relates to the python backend
3.skill good second issue
good value
Solving this issue requires small effort compared to the benefit of closing it
Milestone
Problem
Right now if you request to add someone as a friend, after your friend confirms, you do not get a notification to let you know this.
Solution
An email and push notification should be created to notify the requesting user after the receiving user has confirmed the friend request
E-Mail Text
The mjml file should have a text similar to this:
Hi {{ user.name|v2esc }},The friend request you sent to {{ other.name|v2esc }} has been accepted!
{{ other.name|v2esc }}, {{ other.age|v2esc }}
{{ other.city|v2esc }}
View your connections
We're glad you made a new friend!
The text was updated successfully, but these errors were encountered: