]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Notifier.php
Merge pull request #12329 from annando/blurhash
[friendica.git] / src / Worker / Notifier.php
index 10fe6e3abceb0ac2d7c2fa956f10657a8bada33a..db593b6a4748fdf9b1fa5a0eaa3cf97de7645a2e 100644 (file)
@@ -336,7 +336,7 @@ class Notifier
                                foreach ($items as $item) {
                                        $recipients[] = $item['contact-id'];
                                        // pull out additional tagged people to notify (if public message)
-                                       if ($public_message && strlen($item['inform'])) {
+                                       if ($public_message && $item['inform']) {
                                                $people = explode(',',$item['inform']);
                                                foreach ($people as $person) {
                                                        if (substr($person,0,4) === 'cid:') {