From: Michael Date: Thu, 14 Mar 2019 20:08:38 +0000 (+0000) Subject: Oeertube or Peertube? The last one sounds better :-) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=09b6978e4cf8d2e00dbd5a5f2ba96e65aae36302;p=friendica.git Oeertube or Peertube? The last one sounds better :-) --- diff --git a/mod/follow.php b/mod/follow.php index f658ef7b2a..9ecfdd8760 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -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) {