diff --git a/src/Protocol/ActivityPub/Transmitter.php b/src/Protocol/ActivityPub/Transmitter.php index 1b36241ca..09c56fa6f 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']; }