mirror of
https://github.com/friendica/friendica
synced 2025-04-26 03:50:12 +00:00
frio: add profile link to the notifications url
This commit is contained in:
parent
51c9a66fc3
commit
125d2f24dd
4 changed files with 20 additions and 9 deletions
|
@ -285,6 +285,7 @@ function notifications_content(&$a) {
|
|||
'$item_label' => $it['label'],
|
||||
'$item_link' => $it['link'],
|
||||
'$item_image' => $it['image'],
|
||||
'$item_url' => $it['url'],
|
||||
'$item_text' => htmlentities($it['text']),
|
||||
'$item_when' => $it['when'],
|
||||
'$item_seen' => $it['seen'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue