]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Diaspora.php
Merge pull request #7738 from annando/clean-url
[friendica.git] / src / Protocol / Diaspora.php
index 9e074e8a9a1c3a0b820938151fe7d18ac9ce6dae..587b34c3fe3b4839927e52a536fb09042f39ef40 100644 (file)
@@ -1608,7 +1608,7 @@ class Diaspora
                }
 
                if (self::isRedmatrix($contact["url"])) {
-                       return $contact["url"] . "/?f=&mid=" . $guid;
+                       return $contact["url"] . "/?mid=" . $guid;
                }
 
                if ($parent_guid != '') {