new notifications - implement storage
This commit is contained in:
parent
4222f506a8
commit
1b9c03f6fc
5 changed files with 34 additions and 6 deletions
|
@ -746,6 +746,7 @@ function item_post(&$a) {
|
|||
'language' => $user['language'],
|
||||
'to_name' => $user['username'],
|
||||
'to_email' => $user['email'],
|
||||
'uid' => $user['uid'],
|
||||
'item' => $datarray,
|
||||
'link' => $a->get_baseurl() . '/display/' . $user['nickname'] . '/' . $post_id,
|
||||
'source_name' => $datarray['author-name'],
|
||||
|
@ -788,6 +789,7 @@ function item_post(&$a) {
|
|||
'language' => $user['language'],
|
||||
'to_name' => $user['username'],
|
||||
'to_email' => $user['email'],
|
||||
'uid' => $user['uid'],
|
||||
'item' => $datarray,
|
||||
'link' => $a->get_baseurl() . '/display/' . $user['nickname'] . '/' . $post_id,
|
||||
'source_name' => $datarray['author-name'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue