]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Diaspora.php
Better handling of displaying peertube videos
[friendica.git] / src / Protocol / Diaspora.php
index f4dc997e6276266300d52621c13ff0a77df089f2..48d7a3371cbfd49c62700b2da5fd30701f940213 100644 (file)
@@ -3614,7 +3614,7 @@ class Diaspora
         * @return array|false The data for a comment
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
-       public static function constructComment(array $item, array $owner)
+       private static function constructComment(array $item, array $owner)
        {
                $cachekey = "diaspora:constructComment:".$item['guid'];