From 2ee8d1694f85c15bf4f331c048b7c67045db734f Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 16 Jun 2017 21:01:56 +0000 Subject: [PATCH] Added documentation --- include/diaspora.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/diaspora.php b/include/diaspora.php index b8462f663..ac87bcacb 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -4,8 +4,8 @@ * @brief The implementation of the diaspora protocol * * The new protocol is described here: http://diaspora.github.io/diaspora_federation/index.html - * Currently this implementation here interprets the old and the new protocol and sends the old one. - * This will change in the future. + * This implementation here interprets the old and the new protocol and sends the new one. + * In the future we will remove most stuff from "valid_posting" and interpret only the new protocol. */ use Friendica\App; @@ -2883,7 +2883,7 @@ class Diaspora { $new = Config::get('system', 'new_diaspora', null, true); if ($new) { - if ($public) { + if (!$public) { $msg = Diaspora::encode_private_data($msg, $user, $contact, $prvkey, $pubkey); }