]> git.mxchange.org Git - friendica.git/blobdiff - include/diaspora.php
* Add MIME types for file attachments
[friendica.git] / include / diaspora.php
index dcbe0fadaa9d141fe58349cb572d50e08df69320..3b681e9918457e135a8b4bf195cea0c17e3dc253 100755 (executable)
@@ -752,7 +752,7 @@ function diaspora_request($importer,$xml) {
 }
 
 function diaspora_post_allow($importer,$contact) {
-       if(($contact['blocked']) || ($contact['readonly']))
+       if(($contact['blocked']) || ($contact['readonly']) || ($contact['archive']))
                return false;
        if($contact['rel'] == CONTACT_IS_SHARING || $contact['rel'] == CONTACT_IS_FRIEND)
                return true;