mirror of
https://github.com/friendica/friendica
synced 2025-04-26 21:50:11 +00:00
make home tab work from remote profile, fix link in comment notify emails
This commit is contained in:
parent
f257569713
commit
1b0ddc928d
3 changed files with 9 additions and 2 deletions
|
@ -363,7 +363,7 @@ function dfrn_notify_post(&$a) {
|
|||
'$username' => $importer['username'],
|
||||
'$email' => $importer['email'],
|
||||
'$from' => $from,
|
||||
'$display' => $a->get_baseurl() . '/display/' . $r,
|
||||
'$display' => $a->get_baseurl() . '/display/' . $importer['nickname'] . '/' . $r,
|
||||
'$body' => strip_tags(bbcode(stripslashes($datarray['body'])))
|
||||
));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue