X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FProtocol%2FDelivery.php;h=9f8174e2d4e08a0ff6e5c87e88e3aa507150dbb2;hb=d27576059670faf87f80eaae2b4560f85b5310fc;hp=c8039344ede14c9f68824aa466705261de35ecd3;hpb=f0c29edcde0ab15150147a3ebae40ca628197fde;p=friendica.git diff --git a/src/Protocol/Delivery.php b/src/Protocol/Delivery.php index c8039344ed..9f8174e2d4 100644 --- a/src/Protocol/Delivery.php +++ b/src/Protocol/Delivery.php @@ -404,7 +404,7 @@ class Delivery */ private static function deliverDiaspora(string $cmd, array $contact, array $owner, array $items, array $target_item, bool $public_message, bool $top_level, bool $followup): bool { - // We don't treat Forum posts as "wall-to-wall" to be able to post them via Diaspora + // We don't treat group posts as "wall-to-wall" to be able to post them via Diaspora $walltowall = $top_level && ($owner['id'] != $items[0]['contact-id']) & ($owner['account-type'] != User::ACCOUNT_TYPE_COMMUNITY); if ($public_message) {