From 69e38c2bbd0733cb4a262eb39a94ce5588db4b76 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sat, 18 May 2019 17:34:44 +0200 Subject: [PATCH] Missing arrrrr! --- src/Protocol/ActivityPub/Transmitter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']; }