mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Ensure url property of Probe::uri result is used authoritatively
- Some profile URLs aren't canonical and need to be updated during probe
This commit is contained in:
parent
abd5b2a881
commit
50d05cec83
8 changed files with 16 additions and 20 deletions
|
@ -129,7 +129,7 @@ function follow_content(App $a)
|
|||
|
||||
if ($protocol == Protocol::PHANTOM) {
|
||||
// Possibly it is a remote item and not an account
|
||||
follow_remote_item($url);
|
||||
follow_remote_item($ret['url']);
|
||||
|
||||
notice(DI::l10n()->t("The network type couldn't be detected. Contact can't be added."));
|
||||
$submit = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue