mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
animate the sparkler, author was getting sparkled on own page
This commit is contained in:
parent
55351114fa
commit
27946c102d
2 changed files with 16 additions and 1 deletions
|
@ -252,7 +252,7 @@ function network_content(&$a, $update = 0) {
|
|||
// Can we use our special contact URL for this author?
|
||||
|
||||
if(strlen($item['author-link'])) {
|
||||
if($item['author-link'] == $item['url']) {
|
||||
if($item['author-link'] == $item['url'] && (! $item['self'])) {
|
||||
$profile_link = $redirect_url;
|
||||
$sparkle = ' sparkle';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue