]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Delivery.php
Merge pull request #13561 from annando/log-callstack
[friendica.git] / src / Protocol / Delivery.php
index c8039344ede14c9f68824aa466705261de35ecd3..9f8174e2d4e08a0ff6e5c87e88e3aa507150dbb2 100644 (file)
@@ -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) {