mirror of
https://github.com/friendica/friendica
synced 2025-04-23 19:50:11 +00:00
new notifications - implement storage
This commit is contained in:
parent
4222f506a8
commit
1b9c03f6fc
5 changed files with 34 additions and 6 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue