Added some documentation
This commit is contained in:
parent
4dad744c35
commit
b5c5471748
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue