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

2022.09-rc
Michael 2019-03-14 20:08:38 +00:00
rodzic 33ffabcca7
commit 09b6978e4c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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