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:
@@ -36,7 +36,6 @@ class Acctlink extends BaseModule
|
||||
|
||||
if ($addr) {
|
||||
$url = Probe::uri($addr)['url'] ?? '';
|
||||
|
||||
if ($url) {
|
||||
System::externalRedirect($url);
|
||||
exit();
|
||||
|
||||
Reference in New Issue
Block a user