From: Michael Vogel Date: Sat, 18 May 2019 15:34:44 +0000 (+0200) Subject: Missing arrrrr! X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=69e38c2bbd0733cb4a262eb39a94ce5588db4b76;p=friendica.git Missing arrrrr! --- diff --git a/src/Protocol/ActivityPub/Transmitter.php b/src/Protocol/ActivityPub/Transmitter.php index 1b36241ca9..09c56fa6f8 100644 --- a/src/Protocol/ActivityPub/Transmitter.php +++ b/src/Protocol/ActivityPub/Transmitter.php @@ -440,7 +440,7 @@ class Transmitter } } } else { - // Public thread parent post always are directed to the followes + // Public thread parent post always are directed to the followers if (!$item['private'] && !$forum_mode) { $data['cc'][] = $actor_profile['followers']; }