From: Michael Vogel Date: Fri, 12 Feb 2016 06:39:08 +0000 (+0100) Subject: Added some documentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b5c547174826b6145259381090843cc72a4c4790;p=friendica.git Added some documentation --- diff --git a/include/dfrn.php b/include/dfrn.php index 1cfa42a6b3..8938a9b6f7 100644 --- a/include/dfrn.php +++ b/include/dfrn.php @@ -2053,6 +2053,10 @@ class dfrn { if (($item["network"] != $author["network"]) AND ($author["network"] != "")) $item["network"] = $author["network"]; + // This code was taken from the old DFRN code + // When activated, forums don't work. + // And: Why should we disallow commenting by followers? + // the behaviour is now similar to the Diaspora part. //if($importer["rel"] == CONTACT_IS_FOLLOWER) { // logger("Contact ".$importer["id"]." is only follower. Quitting", LOGGER_DEBUG); // return;