From: Michael Date: Fri, 13 Oct 2017 15:51:57 +0000 (+0000) Subject: Can be private X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b31c6413fe70d8e4f91e8303ffb23605f8dcd6b6;p=friendica.git Can be private --- diff --git a/include/diaspora.php b/include/diaspora.php index abb7ce003e..8c04ec1d07 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -3071,7 +3071,7 @@ class Diaspora { logger("Send account migration ".print_r($message, true), LOGGER_DEBUG); - return self::build_and_transmit($owner, $contact, "account_migration", $message, true); + return self::build_and_transmit($owner, $contact, "account_migration", $message); } /**