I cant find the Email Notification issues

dai zheng Posted in Component Development 5 years ago

Hello
Please help me.
I cant find the callback function of the friend request.
I was going to make email notification for the friend request.
Email notification has already 10 functions.
I want to add 3 function into it.
Please help me.

Replies
Indonesian Arsalan Shah Replied 5 years ago

There is callback available for relationships you may can use :

ossn_register_callback('relation', 'add', 'my_component_friendship');
function my_component_friendship($c, $t, $v){
       if($v['type'] == 'friend:request'){ .... }
 }