]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Notify.php
Ensure APContact::getByUrl always returns an array
[friendica.git] / src / Model / Notify.php
index 8a60ee6c0494465806eff7b86659deb70a89c6d6..eef481ad8fb00b57d34c80547e613c542fad1ff6 100644 (file)
@@ -562,7 +562,7 @@ final class Notify extends BaseObject
                $ident    = self::HOME;
                $notifies = [];
 
-               $condition = ['wall' => false, 'uid' => local_user()];
+               $condition = ['wall' => true, 'uid' => local_user()];
 
                if (!$seen) {
                        $condition['unseen'] = true;