]> git.mxchange.org Git - friendica.git/commitdiff
Missing arrrrr!
authorMichael Vogel <icarus@dabo.de>
Sat, 18 May 2019 15:34:44 +0000 (17:34 +0200)
committerMichael Vogel <icarus@dabo.de>
Sat, 18 May 2019 15:34:44 +0000 (17:34 +0200)
src/Protocol/ActivityPub/Transmitter.php

index 1b36241ca90456c3ec0fce231235f64bc415c842..09c56fa6f859dc5fff19dddbe9b084fe58f748f6 100644 (file)
@@ -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'];
                                                        }