Oeertube or Peertube? The last one sounds better :-)
This commit is contained in:
parent
33ffabcca7
commit
09b6978e4c
|
@ -62,7 +62,7 @@ function follow_content(App $a)
|
|||
$uid = local_user();
|
||||
$url = Strings::escapeTags(trim(defaults($_REQUEST, 'url', '')));
|
||||
|
||||
// Issue 6874: Allow remote following from Oeertube
|
||||
// Issue 6874: Allow remote following from Peertube
|
||||
$url = str_replace('acct:', '', $url);
|
||||
|
||||
if (!$url) {
|
||||
|
|
Loading…
Reference in a new issue