]> git.mxchange.org Git - friendica.git/commitdiff
Added some documentation
authorMichael Vogel <icarus@dabo.de>
Fri, 12 Feb 2016 06:39:08 +0000 (07:39 +0100)
committerMichael Vogel <icarus@dabo.de>
Fri, 12 Feb 2016 06:39:08 +0000 (07:39 +0100)
include/dfrn.php

index 1cfa42a6b3f76100e78d3b2953fdcd5ebabec80a..8938a9b6f7888ec54f50d813fe17e58d01b41bdb 100644 (file)
@@ -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;