new notifications - implement storage

This commit is contained in:
friendica 2012-02-18 02:57:42 -08:00
parent 4222f506a8
commit 1b9c03f6fc
5 changed files with 34 additions and 6 deletions

View file

@ -577,6 +577,7 @@ function dfrn_request_content(&$a) {
'language' => $r[0]['language'],
'to_name' => $r[0]['username'],
'to_email' => $r[0]['email'],
'uid' => $r[0]['uid'],
'link' => $a->get_baseurl() . '/notifications/intros',
'source_name' => ((strlen(stripslashes($r[0]['name']))) ? stripslashes($r[0]['name']) : t('[Name Withheld]')),
'source_link' => $r[0]['url'],