]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Diaspora.php
Restrict the access for servers that the user ignored
[friendica.git] / src / Protocol / Diaspora.php
index cc3016aae912c2e60079a09869292eee39e85d28..59918287abfc7bd8817093d7249e6ad9bc9f6449 100644 (file)
@@ -3403,7 +3403,8 @@ class Diaspora
                        if ($item['event-id'] > 0) {
                                $event = self::buildEvent($item['event-id']);
                                if (count($event)) {
-                                       $message['event'] = $event;
+                                       // Deactivated, since Diaspora seems to have problems with the processing.
+                                       // $message['event'] = $event;
 
                                        if (
                                                !empty($event['location']['address']) &&