]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Delivery.php
Merge pull request #13795 from annando/copyright
[friendica.git] / src / Protocol / Delivery.php
index c8039344ede14c9f68824aa466705261de35ecd3..436e949f30785fb17b34791a46c37a9fdf94278a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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) {