mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-10 19:14:27 +02:00
Several speed improvements (magiclink, caching, indexes)
This commit is contained in:
parent
251465f67a
commit
312c01a517
21 changed files with 119 additions and 86 deletions
|
@ -837,7 +837,7 @@ class HTML
|
|||
$redir = false;
|
||||
|
||||
if ($redirect) {
|
||||
$url = Contact::magicLink($contact['url']);
|
||||
$url = Contact::magicLinkByContact($contact);
|
||||
if (strpos($url, 'redir/') === 0) {
|
||||
$sparkle = ' sparkle';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue