mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
add display link to notify emails
This commit is contained in:
parent
4cba826a2f
commit
71ae08d506
4 changed files with 10 additions and 2 deletions
|
@ -251,6 +251,7 @@ function item_post(&$a) {
|
|||
'$username' => $user['username'],
|
||||
'$email' => $user['email'],
|
||||
'$from' => $from,
|
||||
'$display' => $a->get_baseurl() . '/display/' . $post_id,
|
||||
'$body' => strip_tags(bbcode($body))
|
||||
));
|
||||
|
||||
|
@ -273,6 +274,7 @@ function item_post(&$a) {
|
|||
'$username' => $user['username'],
|
||||
'$email' => $user['email'],
|
||||
'$from' => $from,
|
||||
'$display' => $a->get_baseurl() . '/display/' . $post_id,
|
||||
'$body' => strip_tags(bbcode($body))
|
||||
));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue