mirror of
https://github.com/friendica/friendica
synced 2025-04-28 00:30:10 +00:00
Fix the following of accounts with "?" in the URL
This commit is contained in:
parent
c4aaff181c
commit
93536f31e8
7 changed files with 27 additions and 13 deletions
|
@ -477,7 +477,7 @@ class Profile extends BaseModule
|
|||
} else {
|
||||
$contact_actions['follow'] = [
|
||||
'label' => $this->t('Follow'),
|
||||
'url' => 'contact/follow?url=' . urlencode($contact['url']) . '&auto=1',
|
||||
'url' => 'contact/follow?binurl=' . bin2hex($contact['url']) . '&auto=1',
|
||||
'title' => '',
|
||||
'sel' => '',
|
||||
'id' => 'follow',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue