Oeertube or Peertube? The last one sounds better :-)

This commit is contained in:
Michael 2019-03-14 20:08:38 +00:00
parent 33ffabcca7
commit 09b6978e4c
1 changed files with 1 additions and 1 deletions

View File

@ -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) {